Auth0's Organizations feature, if a client is using them and Organization Names are enabled. Auth0 will expose an org_name parameter in the ID token as described here
This information is, of course, available under the profile._json parameter. However, this exposes it as an official, supported parameter so callers of this library don't have to use the internal _json property, which could change between minor versions.
Following the PR #91
Auth0's Organizations feature, if a client is using them and Organization Names are enabled. Auth0 will expose an org_name parameter in the ID token as described here
This information is, of course, available under the profile._json parameter. However, this exposes it as an official, supported parameter so callers of this library don't have to use the internal _json property, which could change between minor versions.