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
Right now, the JWT infrastructure only supports a hardcoded set of claims (aud, iss, etc.). I would like to add the sub field to this list in order to support Google service accounts better. Here is a Google page that provides some context: https://developers.google.com/identity/protocols/OAuth2ServiceAccount.
The text was updated successfully, but these errors were encountered:
Right now, the JWT infrastructure only supports a hardcoded set of claims (aud, iss, etc.). I would like to add the sub field to this list in order to support Google service accounts better. Here is a Google page that provides some context: https://developers.google.com/identity/protocols/OAuth2ServiceAccount.
The text was updated successfully, but these errors were encountered: