Sameera Gajjarapu
Sameera Gajjarapu
The initial assumption we made when we designed the library is the uniformity between expiry times for id_token and access_token. However, this is not true in all cases and we...
cc @EmLauber. We are aware of this issue and there is no easy solution here. I would like us to track this internally if not there already.
Abandoning this for a later PR.
@ram-gupta AccessTokens provided a time-bound access to specific resources *aka* scopes. It is by design the tokens are cached based on scopes.
@chill0216 To summarize, AAD users work, guest users are not redirected. Correct? What do you mean by `primary admin user`?
@chill0216 Can you share the requests for both cases when you logout? I want to check the value of `postLogoutUri` in the STS request for both the cases. e.g., ```...
@chill0216 This could be a service issue or you may be having a session in one case and do not in another (in which case STS deems this is not...
Thanks @chill0216 for the logs. @konstantin-msft is checking them, one of us will reach out once we have some info.
@doug-williamson Can you share your sample code for us to rule out any usage issues here? @derisen any idea why this might be happening?