You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
I'm currently developing Apple Signin (mandatory for apps in june).
There is no Apple API to fetch profile with access_token. It's useless.
But, during the handshake with the auth code, the accessGrant has the IdToken, a jwt token that contains all what we need.
At the moment i've no alternative to override the OAuth2ConnectionFactory createConnection to put extradata.
Any suggestion or is it the only way?
Adding something to collect extra data at this point could be really helpful!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, i'm using 1.1.6.Release.
I'm currently developing Apple Signin (mandatory for apps in june).
There is no Apple API to fetch profile with access_token. It's useless.
But, during the handshake with the auth code, the accessGrant has the IdToken, a jwt token that contains all what we need.
At the moment i've no alternative to override the OAuth2ConnectionFactory createConnection to put extradata.
Any suggestion or is it the only way?
Adding something to collect extra data at this point could be really helpful!
The text was updated successfully, but these errors were encountered: