@let client = kcContext.client;
@let oauth = kcContext.oauth;
@let url = kcContext.url;
@let client = kcContext.client;
@if (client.attributes['logoUri']) {
}
{{ i18n.msgStr('oauthGrantTitle', client.name ? i18n.advancedMsgStr(client.name) : client.clientId) }}
{{ i18n.msgStr('oauthGrantRequest') }}
@for (clientScope of oauth.clientScopesRequested; track clientScope) {
-
{{ i18n.advancedMsgStr(clientScope.consentScreenText) }}
@if (clientScope.dynamicScopeParameter) {
: {{ clientScope.dynamicScopeParameter }}
}
}
@if (client.attributes['policyUri'] || client.attributes['tosUri']) {
@if (client.name) {
{{ i18n.msgStr('oauthGrantInformation', i18n.advancedMsgStr(client.name)) }}
} @else {
{{ i18n.msgStr('oauthGrantInformation', client.clientId) }}
}
@if (client.attributes['policyUri']) {
{{ i18n.msgStr('oauthGrantReview') }}
{{ i18n.msgStr('oauthGrantPolicy') }}
}
}