0

I'm attempting to override access token expiry time dynamically (on a client-by client-basis), per the accepted answer in this question. Upon overriding the expiry time in ValidateClientAuthentication, the "expires_in" field does not show in the response anymore.

Can anyone clarify why that may be and how to get it back?

Thanks

Community
  • 1
  • 1
Talha
  • 373
  • 3
  • 9

1 Answers1

0

My bad.

I had an invalid value set for the value of ExpiresUTC.

Talha
  • 373
  • 3
  • 9