firebase-admin-go icon indicating copy to clipboard operation
firebase-admin-go copied to clipboard

Support sign_in_attributes for SAML

Open SpringMT opened this issue 1 year ago • 0 comments

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.

SpringMT avatar Oct 07 '24 04:10 SpringMT