openid_client icon indicating copy to clipboard operation
openid_client copied to clipboard

authorize won't return Valid credential obj

Open sarat12us opened this issue 4 years ago • 3 comments

In Web integration with AutherizationPKCE authorize won't return Valid credential obj Not able to get Refresh Token , access Token, ID token

sarat12us avatar Oct 09 '20 13:10 sarat12us

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.

cactysman avatar Dec 02 '20 15:12 cactysman

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.

Memo99 avatar Dec 17 '20 23:12 Memo99

Any update on this issue ? Facing same issue using the keycloak

SameerChorge94 avatar Apr 12 '21 07:04 SameerChorge94

Have a look at the flutter example in the example directory.

rbellens avatar Dec 31 '22 15:12 rbellens