This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 22 lines
!!! 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' }]