This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
How to get Google provider ID token #2427
Labels
question
Ask how to do something or how something works
Question 💬
Hi,
I am trying to log in and get an id_token.
My config is as follows:
I already reviewed #393 and if I understand correctly, I should be able to access the idToken in the jwt callback as described in #837.
In the documentation I also read that I can override the options of the provider, so I added idToken: true.
If I don't override tokenId to true, I am able to log in, but I have no access to the idToken.
After overriding idTioken to true, I get following error:
How to reproduce ☕️
Override tokenId to true in the Google provide options:
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
The text was updated successfully, but these errors were encountered: