openid_client
openid_client copied to clipboard
authorize won't return Valid credential obj
In Web integration with AutherizationPKCE authorize won't return Valid credential obj Not able to get Refresh Token , access Token, ID token
Experiencing this too.
The URL Hash is there and localStorage
also contains the required values but authenticator.credential
still yields null
.
Using version 0.3.1
with flutter 1.24.0-10.2.pre
.
Same problem here, any solution? Only state is stored in local_storage and credentials is empty. Also do i have to handle the weird redirect with custom route? This is the first big blocking point on flutter for me.
Using keycloak.
Any update on this issue ? Facing same issue using the keycloak
Have a look at the flutter example in the example directory.