How do I add custom claims to the accessToken? #706
Unanswered
secret-agent-B
asked this question in
Q&A
Replies: 1 comment
-
As far as I know, this is not possible with the Firebase Client SDKs. The Firebase Admin SDK offers a possibility: https://firebase.google.com/docs/auth/admin/custom-claims?hl=en |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I authenticate google users using the code below. But I am wondering, how do I add custom claims to the user so that when they I use the
accessToken
with custom claims to authorize requests going to my .NET Core API?Beta Was this translation helpful? Give feedback.
All reactions