Platform
Identifier
{{ token.registration.platform.identifier }}
Name
{{ token.registration.platform.name }}
Audience
{{ token.registration.platform.audience }}
OAuth2 access token url
{{ token.registration.platform.oAuth2AccessTokenUrl }}
OIDC authentication url
{{ token.registration.platform.oidcAuthenticationUrl }}
 Registration
Identifier
{{ token.registration.identifier }}
OAuth2 client id
{{ token.registration.clientId }}
Platform JWKS url
{% if token.registration.platformJwksUrl %} {{ token.registration.platformJwksUrl }} {% else %} n/a {% endif %}
Tool JWKS url
{% if token.registration.toolJwksUrl %} {{ token.registration.toolJwksUrl }} {% else %} n/a {% endif %}
 Tool
Identifier
{{ token.registration.tool.identifier }}
Name
{{ token.registration.tool.name }}
Audience
{{ token.registration.tool.audience }}
OIDC initiation url
{% if token.registration.tool.oidcInitiationUrl %} {{ token.registration.tool.oidcInitiationUrl }} {% else %} n/a {% endif %}
Default launch url
{{ token.registration.tool.launchUrl }}
Deep linking url
{% if token.registration.tool.deepLinkingUrl %} {{ token.registration.tool.deepLinkingUrl }} {% else %} n/a {% endif %}