Example of Google Suite JWT

,

Hello,

I would like to avoid starting a trial on Google Suite but still be able to continue my development.
Could you paste an example of a basic JWT receive from Auth0 API following an authentication with Google Suite please?

I would like to see how the organisation name / ID is propagated before making my db relations.

Many thanks

Hi @mmailhos,

Welcome to the Auth0 Community Forum!

You can find the standard JWT Claims here, the sub claim for g-suite should follow this format:

"sub": "google-apps|example@domain.com"

Hope this helps,
Dan

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.