Scope
Registering Localized Descriptions for Custom Scopes
Registering localized descriptions for custom scopes in Authlete’s API.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Registering localized descriptions for custom scopes in Authlete’s API.
{
"name": "openid",
"defaultEntry": false,
"description": "A permission to request an OpenID Provider to issue an ID Token. See OpenID Connect Core 1.0, 3.1.2.1. for details.",
"descriptions": [
{
"tag": "en",
"value": "A permission to request an OpenID Provider to issue an ID Token. See OpenID Connect Core 1.0, 3.1.2.1. for details."
},
{
"tag": "ja",
"value": "OpenID プロバイダーに ID トークンの発行を要求するための権限です。詳細は OpenID Connect Core 1.0, 3.1.2.1. を参照してください。"
}
]
}