firebase-admin-go
firebase-admin-go copied to clipboard
Support sign_in_attributes for SAML
Retry for https://github.com/firebase/firebase-admin-go/pull/643
The document (Signing in users with SAML ) states the following:
To retrieve the user attributes associated with the SAML provider, use the firebase.sign_in_attributes claim in the ID token. Make sure to verify the ID token using the Admin SDK when you send it to your server.
So, in this PR, firebase-admin-go supports sign_in_attributes.