JWT token does not contain NBF claim

Hey Everyone,

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. I’ve even tried adding a hook to set NBF and no luck. Here is how I’m getting my JWT token:

curl -v -X POST -H “Content-Type: application/x-www-form-urlencoded;charset=UTF-8”
–user clientID:clientSecret
–data-urlencode “username=chris@nowhere.net
–data-urlencode “password=password”
–data-urlencode “grant_type=password”
–data-urlencode “scope=openid”
https://.auth0.com/oauth/token

Does anyone know how to include NBF in the JWT token?

Thanks!

2 Likes

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

Sorry for the late reply.

Answered in another thread: