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
trafficstars

Issue : https://github.com/firebase/firebase-admin-go/issues/650

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 Nov 21 '24 01:11 SpringMT