User not found in SigninRedirectCallback Oidc-Client

980 Views Asked by At

We have been using Oidc-Client js for SPA application.Below are the clarifications.

  1. We were able to implement signinRedirect but not sure how to implement and handle signinRedirectCallback method to get user and token responses. Hence kindly provide the sample to use the same.
  2. Regarding silent renew token, once it's generated silently then when it expires.
1

There are 1 best solutions below

1
On

I have some resources on this and a sample that helps with testing of expiry events:

  • Renewal Code from Code Sample

  • When the session expires, eg if the user leaves the browser running overnight, you check for a login_required error code

Blog Posts: