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 11, 2023. It is now read-only.
After completing GNAP authorization, the wallet needs to call the auth server's bootstrap API to fetch current bootstrap data for the logged-in user. To avoid needing this call, the auth request handler and continue request handler could fetch the user's bootstrap data, and include it in the successful response. GNAP allows the Auth Server to create ID tokens to return in the auth/continue response on successful login, so we could create an ID token with custom claims for bootstrap data fields.
The text was updated successfully, but these errors were encountered:
Moopli
changed the title
Return current bootstrap data in auth response sub_ids
[GNAP] Return current bootstrap data in auth response sub_idsAug 3, 2022
Moopli
changed the title
[GNAP] Return current bootstrap data in auth response sub_ids
[GNAP] Return current bootstrap data in auth response ID token
Aug 3, 2022
After completing GNAP authorization, the wallet needs to call the auth server's bootstrap API to fetch current bootstrap data for the logged-in user. To avoid needing this call, the auth request handler and continue request handler could fetch the user's bootstrap data, and include it in the successful response. GNAP allows the Auth Server to create ID tokens to return in the auth/continue response on successful login, so we could create an ID token with custom claims for bootstrap data fields.
The text was updated successfully, but these errors were encountered: