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
We are providing user login using SAML with Firebase Auth.
Since we obtain and use the SAML provider's user attributes from the ID token, we would like to use the firebase.sign_in_attributes claim.
However, sign_in_attributes is not supported in firebase-admin-go .
Could you please make sign_in_attributes available?
The text was updated successfully, but these errors were encountered:
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
We are providing user login using SAML with Firebase Auth.
Since we obtain and use the SAML provider's user attributes from the ID token, we would like to use the
firebase.sign_in_attributes
claim.However,
sign_in_attributes
is not supported infirebase-admin-go
.Could you please make
sign_in_attributes
available?The text was updated successfully, but these errors were encountered: