!!! Overview
The [Openid-configuration] [Endpoint] may provide a [{$pagename}] entry as a [JSON] array containing a list of the [OAuth Scope] values that this server supports. The server __MUST__ support the openid scope value. Servers MAY choose __not__ to advertise some supported scope values even when this parameter is used, although those defined in [OpenID Connect Core 1.0] __SHOULD__ be listed, if supported.
!! [Example]:
%%prettify
{{{
"scopes_supported": [
"clientinfo",
"profile",
"address",
"uma_protection",
"uma_authorization",
"user_name",
"phone",
"email",
"openid"
],
}}} /%
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]