How to retrieve expired login challenge or subject

Hey,

  1. If login challenge is expired , I want to get expire challenge or sub or some other parameter in callback response so that I can retrieve the domain and re-initiate the implicit flow as my application is multi-tenant so there could be multiple domain so I can’t simply re-initiate implicit flow .
  2. how to configure expire time for access token and login challenge

http://localhost:4200/portal/auth/callback#
error=request_unauthorized&
error_debug=The+login+request+has+expired%252C+please+try+again.
&error_description=The+request+could+not+be+authorized&error_hint=
Check+that+you+provided+valid+credentials+in+the+right+format.&
state=TwW1wIiqqe8uUpFWJ23cIefUM8kZDXW7NTLVdvPq

2 Likes

I have the same problem, did you resolved it?