You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the await OpenIdIdentity.load(); method in our codebase, the returned value is consistently null, making it challenging to retrieve the idToken necessary for logout. The idToken is crucial for a seamless logout process, as it is required to redirect users to our ADFS logout page. This page has the added functionality of allowing users to log back in efficiently.
We need assistance in resolving this issue to ensure that the OpenIdIdentity.load() function returns the expected non-null value, enabling us to obtain the idToken for successful logout and subsequent login functionalities.
Any guidance or support in addressing this matter would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
When using the
await OpenIdIdentity.load();
method in our codebase, the returned value is consistently null, making it challenging to retrieve the idToken necessary for logout. The idToken is crucial for a seamless logout process, as it is required to redirect users to our ADFS logout page. This page has the added functionality of allowing users to log back in efficiently.We need assistance in resolving this issue to ensure that the
OpenIdIdentity.load()
function returns the expected non-null value, enabling us to obtain the idToken for successful logout and subsequent login functionalities.Any guidance or support in addressing this matter would be greatly appreciated.
The text was updated successfully, but these errors were encountered: