OIDC_SOCK
). The request has to be sent json encoded. We use a UNIX domain socket of type SOCK_STREAM
.account
and issuer
has to be present. Use account
to request an access token for a specific account configuration and issuer
when you do not know which account configuration should be used but you do know the issuer for which you want to obtain an access token. Do not provide both of these options in the same request.example_application
requests an access token for the account configuration iam
. The token should be valid for at least 60 seconds and have the scopes openid profile phone
and the audiences foo
and bar
.example_application
requests an access token for the provider https://example.com/
. There are no guarantees that the token will be valid longer than 0 seconds and it will have all scopes that are available for the used account configuration.info
key is optionally and therefore might be omitted.