4D-Technologies / openidconnect_flutter

Complete Flutter OpenIdConnect Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bhanuka96 opened this issue · comments

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.