
API Description
General Note
If you want to use the "Try it" feature on this page, make sure to add the authorization header. See our How-to page for details.
To create JWT token via the "Try It" option in OpenID Connect API, please add the following to the body:
grant_type=client_credentials&client_id=
{client_id}
&client_secret=
{client_secret}
&scope=openid
To use the generated JWT token via "Try It" on this page, please add the header "Authorization" with value "Bearer
{access_token}
"