diff --git a/snapshot/api/io/micronaut/security/oauth2/endpoint/authorization/response/AuthorizationErrorResponseExceptionHandler.html b/snapshot/api/io/micronaut/security/oauth2/endpoint/authorization/response/AuthorizationErrorResponseExceptionHandler.html index 459547caa8..8ec887c1a9 100644 --- a/snapshot/api/io/micronaut/security/oauth2/endpoint/authorization/response/AuthorizationErrorResponseExceptionHandler.html +++ b/snapshot/api/io/micronaut/security/oauth2/endpoint/authorization/response/AuthorizationErrorResponseExceptionHandler.html @@ -80,7 +80,8 @@
io.micronaut.http.server.exceptions.ExceptionHandler<AuthorizationErrorResponseException,io.micronaut.http.MutableHttpResponse<?>>
OauthController
|
-boolean |
-Set to true if the original JWT from the provider should be included in the Micronaut JWT. - Default value (false). |
-|||
|
-boolean |
-Set to true if the original access token from the provider should be included in the Micronaut JWT. - Default value (false). |
+
|
+java.lang.String |
+The endpoint URL |
|
-boolean |
-Set to true if the original refresh token from the provider should be included in the Micronaut JWT. - Default value (false). |
+
|
++ | Determines the authorization processing flow to be used. Default value (code). |
Property | -Type | -Description | +
|
+java.lang.String |
+Mechanism to be used for returning authorization response parameters from the + authorization endpoint. |
---|---|---|---|---|---|
|
-java.lang.String |
-+ |
|
++ | Controls how the authentication interface is displayed. |
|
-java.lang.String |
-+ |
|
++ | Controls how the authentication server prompts the user. |
|
-java.time.Duration |
-Number of seconds for a token obtained via client credentials grant to be considered expired - prior to its expiration date. Default value (30 seconds). |
+
|
+java.lang.Integer |
+Maximum authentication age. |
|
-java.lang.String |
-Scope to be requested in the client credentials request. Defaults to none. |
+
|
+java.util.List |
+Preferred locales for authentication. |
|
-boolean |
-Enables ClientCredentialsClient. Default value true |
+
|
+java.util.List |
+Authentication class reference values. |
|
-java.util.Map |
-+ |
|
+java.lang.String |
+Code Challenge Method to use for PKCE. |
|
+
|
+boolean |
+Enable {@link ClientCredentialsHeaderTokenPropagatorConfiguration}. Default value (true). |
+||
|
java.lang.String |
-Sets the mechanism to persist the state for later retrieval for validation. - Supported values ("session", "cookie"). Default value ("cookie"). |
+|||
|
-boolean |
-Sets whether a state parameter will be sent. Default (true). |
+
|
+java.lang.String |
+
|
-boolean |
-Sets whether the OAuth 2.0 support is enabled. Default value (true). |
+
|
+java.lang.String |
+The endpoint URL |
|
+
|
java.lang.String |
-The URI template that is used to initiate an OAuth 2.0 - authorization code grant flow. Default value ("/oauth/login{/provider}"). |
+Code Challenge Method to use for PKCE. |
|
+Property | +Type | +Description | +
---|---|---|---|
|
java.lang.String |
-The URI template that OAuth 2.0 providers can use to - submit an authorization callback request. Default value ("/oauth/callback{/provider}"). |
+The endpoint URL |
|
+
|
++ | + |
|
java.lang.String |
-The default authentication provider for an OAuth 2.0 authorization code grant flow. |
+Authentication Method |
|
+
|
java.lang.String |
-OAuth 2.0 client id. |
+The endpoint URL |
|
+Property | +Type | +Description | +||
---|---|---|---|---|---|
|
java.lang.String |
-OAuth 2.0 client secret. |
+Sets the domain name of this Cookie. Default value (null). |
||
|
-boolean |
-Sets whether the client is enabled. Default value (true). |
+
|
+java.lang.Boolean |
+Sets whether the cookie is secured. Defaults to the secure status of the request. |
|
-java.util.List |
-Requested scopes. If not specified for OAuth 2.0 clients using OpenID Connect it defaults to |
+
|
+java.lang.String |
+Cookie Name. Default value |
|
-- | OAuth 2.0 grant type. Default value (authorization_code). |
+
|
+java.lang.String |
+Sets the path of the cookie. Default value ("/"). |
+
|
+java.lang.Boolean |
+Whether the Cookie can only be accessed via HTTP. Default value (true). |
+|||
|
+java.time.Duration |
+Sets the maximum age of the cookie. Default value (5 minutes). |
|
-boolean |
-Enable {@link ClientCredentialsHeaderTokenPropagatorConfiguration}. Default value (true). |
-||
|
-java.lang.String |
-- | ||
|
+
|
java.lang.String |
-+ | The URI the OpenID provider should redirect to after logging out. Default value ("/logout"). |
|
-java.lang.String |
-The endpoint URL |
+
|
+boolean |
+Set to true if the original JWT from the provider should be included in the Micronaut JWT. + Default value (false). |
+
|
+boolean |
+Set to true if the original access token from the provider should be included in the Micronaut JWT. + Default value (false). |
+|||
|
+boolean |
+Set to true if the original refresh token from the provider should be included in the Micronaut JWT. + Default value (false). |
|
+
|
java.lang.String |
The endpoint URL |
|
+boolean |
+The end session enabled flag. Default value (true). |
+
|
+
|
java.lang.String |
-The URI the OpenID provider should redirect to after logging out. Default value ("/logout"). |
+The endpoint URL |
|
+
|
java.lang.String |
-The endpoint URL |
+The URI used to log out of an OpenID provider. Default value ("/oauth/logout"). |
|
-- | + | Property | +Type | +Description |
---|---|---|---|---|---|
|
+
|
+boolean |
+Sets whether the OAuth 2.0 support is enabled. Default value (true). |
+||
|
java.lang.String |
-Authentication Method |
+The URI template that is used to initiate an OAuth 2.0 + authorization code grant flow. Default value ("/oauth/login{/provider}"). |
+||
|
+java.lang.String |
+The URI template that OAuth 2.0 providers can use to + submit an authorization callback request. Default value ("/oauth/callback{/provider}"). |
+|||
|
+java.lang.String |
+The default authentication provider for an OAuth 2.0 authorization code grant flow. |
Property | -Type | -Description | -
---|---|---|
|
-java.lang.String |
-The URI used to log out of an OpenID provider. Default value ("/oauth/logout"). |
-
|
+
|
java.lang.String |
-The endpoint URL |
-||
|
-- | Determines the authorization processing flow to be used. Default value (code). |
+OAuth 2.0 client id. |
||
|
+
|
java.lang.String |
-Mechanism to be used for returning authorization response parameters from the - authorization endpoint. |
-||
|
-- | Controls how the authentication interface is displayed. |
-|||
|
-- | Controls how the authentication server prompts the user. |
-|||
|
-java.lang.Integer |
-Maximum authentication age. |
+OAuth 2.0 client secret. |
||
|
-java.util.List |
-Preferred locales for authentication. |
+
|
+boolean |
+Sets whether the client is enabled. Default value (true). |
|
+
|
java.util.List |
-Authentication class reference values. |
+Requested scopes. If not specified for OAuth 2.0 clients using OpenID Connect it defaults to |
|
|
-java.lang.String |
-Code Challenge Method to use for PKCE. |
+
|
++ | OAuth 2.0 grant type. Default value (authorization_code). |
|
-java.lang.String |
-Sets the domain name of this Cookie. Default value (null). |
-|||
|
-java.lang.Boolean |
-Sets whether the cookie is secured. Defaults to the secure status of the request. |
-|||
|
-java.lang.String |
-Cookie Name. Default value |
-|||
|
+
|
java.lang.String |
-Sets the path of the cookie. Default value ("/"). |
-||
|
-java.lang.Boolean |
-Whether the Cookie can only be accessed via HTTP. Default value (true). |
+Sets the mechanism to persist the state for later retrieval for validation. + Supported values ("session", "cookie"). Default value ("cookie"). |
||
|
-java.time.Duration |
-Sets the maximum age of the cookie. Default value (5 minutes). |
+
|
+boolean |
+Sets whether a state parameter will be sent. Default (true). |
|
-java.net.URL |
-URL using the https scheme with no query or fragment component that the - Open ID provider asserts as its issuer identifier. |
-|||
|
+
|
java.lang.String |
-The configuration path to discover openid configuration. Default ("/.well-known/openid-configuration"). |
+Sets the mechanism to persist the nonce for later retrieval for validation. + Supported values ("session", "cookie"). Default value ("cookie"). |
|
|
-java.lang.String |
-The JWKS signature URI. |
+
|
+boolean |
+Sets whether a nonce parameter will be sent. Default (true). |
|
+
|
java.lang.String |
The endpoint URL |
||
|
-boolean |
-The end session enabled flag. Default value (true). |
+
|
++ | + |
|
+java.lang.String |
+Authentication Method |
|
-int |
-entropy (in bytes) used for the code verifier generation. Default value 64. |
+
|
+java.lang.String |
+|
|
+
|
java.lang.String |
-Sets the mechanism to persist the state for later retrieval for validation. - Supported values ("session", "cookie"). Default value (PERSISTENCE_COOKIE). |
+||
|
+
|
+java.time.Duration |
+Number of seconds for a token obtained via client credentials grant to be considered expired + prior to its expiration date. Default value (30 seconds). |
+||
|
+java.lang.String |
+Scope to be requested in the client credentials request. Defaults to none. |
+|||
|
boolean |
-Sets whether a state parameter will be sent. Default (true). |
+Enables ClientCredentialsClient. Default value true |
+||
|
+java.util.Map |
+
|
+
|
java.lang.String |
-Sets the mechanism to persist the nonce for later retrieval for validation. - Supported values ("session", "cookie"). Default value ("cookie"). |
+The endpoint URL |
|
|
-boolean |
-Sets whether a nonce parameter will be sent. Default (true). |
+
|
++ | + |
|
+java.lang.String |
+Authentication Method |
|
-java.lang.String |
-The endpoint URL |
+
|
+int |
+entropy (in bytes) used for the code verifier generation. Default value 64. |
|
+
|
java.lang.String |
-Code Challenge Method to use for PKCE. |
+Sets the mechanism to persist the state for later retrieval for validation. + Supported values ("session", "cookie"). Default value (PERSISTENCE_COOKIE). |
+|
|
+boolean |
+Sets whether a state parameter will be sent. Default (true). |
|
-java.lang.String |
-The endpoint URL |
-
|
-- | - |
|
-java.lang.String |
-Authentication Method |
-
Property | -Type | -Description | +
|
+java.net.URL |
+URL using the https scheme with no query or fragment component that the + Open ID provider asserts as its issuer identifier. |
---|---|---|---|---|---|
|
+
|
java.lang.String |
-The endpoint URL |
-||
|
-- | + | The configuration path to discover openid configuration. Default ("/.well-known/openid-configuration"). |
||
|
+
|
java.lang.String |
-Authentication Method |
+The JWKS signature URI. |