gp idp token
command to authorize JWT tokens to the third party.
Sequence diagram of Authentication via OIDC using AWS with Gitpod
gp idp
. To retrieve the OIDC token for the current workspace run gp idp token
.
For example, to request a new OIDC JWT for example.org
you’ll need to execute gp idp token --audience example.org
, the output of which you can use to authenticate yourself.
--decode
flag. Once decoded, the result will resemble the JSON object below.
email_verified
is only true if you are signed in to Gitpod via an SSO provider. If you’re only signed in with an authentication provider, this field will be false
.