OAuth template files
These files support OAuth.
OAuth template files
These files support OAuth. For more information, see OAuth 2.0 and OIDC Support.
| Page name | File name and macros | Description |
|---|---|---|
| OAuth 2.0 Trusted Clients Manager | oauth20/clients_manager.html
Macros:
|
Used by resource owners to show and manage trusted clients information. |
| OAuth 2.0 - Consent to Authorize | oauth20/user_consent.html
Macros:
|
Used by the authorization server to determine and store user consent information about which OAuth clients are authorized to access the protected resource.
The page also lists of scopes that the OAuth client requests. These lists are shown in the consent page and can be of indeterminate length. The template supports multiple copies of stanzas that are repeated once for each scope in the lists. |
| OAuth 2.0 - Error | oauth20/user_error.html
Macros:
|
Shows detailed text information when an error occurs in an OAuth 2.0 flow. |
| OAuth - Response | oauth20/user_response.html
Macros:
|
Displays the authorization code of an OAuth client that did not specify a client redirection URI upon registration.
When the OAuth client does not specify a client redirection URI or cannot receive redirects, the authorization server does not know where to send the resource owner after authorization. As a result, the OAuth client does not receive the authorization code that is required to exchange for an access token or refresh token. The page includes several codes:
|