{{ 'Auth.McpConsent.Eyebrow' | translate: { Default: 'Authorization request' } }}
{{ 'Auth.McpConsent.Description' | translate : { Default: 'Review the MCP services and identity permissions requested by this client before continuing.' } }}
{{ 'Auth.McpConsent.Loading' | translate: { Default: 'Loading authorization request…' } }}
{{ 'Auth.McpConsent.InvalidRequest' | translate: { Default: 'This authorization request is missing or expired.' } }}
{{ 'Auth.McpConsent.Client' | translate: { Default: 'Client' } }}
{{ clientName }}
@if (clientId && clientId !== clientName) {{{ clientId }}
}{{ 'Auth.McpConsent.NoMcpService' | translate: { Default: 'No MCP service was specified.' } }}
}{{ 'Auth.McpConsent.NoPermissions' | translate: { Default: 'No additional permission scopes were requested.' } }}
}{{ 'Auth.McpConsent.SecurityHint' | translate : { Default: 'Only allow access if you recognize this client. The client will receive access only to the services and permissions shown above.' } }}