BenjaminFavre / keycloak-apple-social-identity-provider

Apple Social Identity Provider for Keycloak
Apache License 2.0
108 stars 53 forks source link

Invalid grant when Apple reviewers logs in #23

Open bobobobo opened 2 years ago

bobobobo commented 2 years ago

Apple reviewers cannot login, we get the following error in the log {"error":"invalid_grant","error_description":"The code has already been used."}. Every account we test with works. I have found other with the same problem: https://developer.apple.com/forums/thread/679534

In the thread some talk about caching and setting nonce, is this handled correctly by this extension?