JWT token does not contain NBF claim again

My oauth client requires the NBF claim in the JWT token. I’ve tried searching everywhere and looking at all options in the management interface for an option to include NBF in the tokens. Identical question was posted here JWT token does not contain NBF claim but without any answer. Does this mean that there is no way to add nbf in?

1 Like

Hi @gpavlovic,

Welcome to the Community!

Apologies about the previous thread, I’ll update it after this.

It looks like the nbf claim is something that is not supported. Instead, you can use the Issued At (iat) claim to determine the start of the token lifetime. If you’d like to make a feature request for it, you can do that here.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.