Closed prasadnadendla closed 10 years ago
Hi,
I am using OAuth Code flow to get token from Thinktecture AS.When i am getting JWT token from Thinktecture AS, i am not getting issuedAt Claim from the token?How Can i get this claim and where i have to make changes to add this claim?
Have a look at the token endpoint - in there the token for the authorization code grant gets created. There you can add the iat claim.
shall i consider nbf(not before) as token issued time?
yes
Hi,
I am using OAuth Code flow to get token from Thinktecture AS.When i am getting JWT token from Thinktecture AS, i am not getting issuedAt Claim from the token?How Can i get this claim and where i have to make changes to add this claim?