IdentityModel / AuthorizationServer

Sample implementation of an OAuth2 Authorization Server
Other
280 stars 136 forks source link

No issuedAt(iat) calim #222

Closed prasadnadendla closed 10 years ago

prasadnadendla commented 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?

leastprivilege commented 10 years ago

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.

prasadnadendla commented 10 years ago

shall i consider nbf(not before) as token issued time?

leastprivilege commented 10 years ago

yes