Closed khaounen closed 1 year ago
Hi @khaounen,
I see. Thank you for the logs and command 👍
I assume you use the access_token
for the Google Token exchange?
For the Apple Token exchange the ID Token should be used (as you hinted with <ID-TOKEN-GENERATED-FROM-MY-RN-APP>
). For the ID Token to work, make sure to use grant_type=urn:ietf:params:oauth:token-type:id_token
.
Thank you @klausbetz for your reply, it worked with id_token
thank you!
Hi and thanks for this amazing project,
I was able to setup the extention correctly for my web application and I can authenticate with my Apple ID credentials,
But when I try to exchange the token it fails with the following error
But when I check the token on jwt.io the token is valid still,
I've activated the
preview
feature on my keycloak and did all the needed config (exchange works for google)Here is the commande I run
Any idea what can be wrong with what I did? Exchange token need only to validate the signature and the aud field (apple identifier) right?