Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with await OpenIdIdentity.load(); returning null, preventing retrieval of idToken for logout #52

Open
bhanuka96 opened this issue Nov 27, 2023 · 0 comments

Comments

@bhanuka96
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant