Package io.micronaut.security.oauth2.endpoint.authorization.state
@Configuration
@Requires(property="micronaut.security.oauth2.state.enabled",
notEquals="false")
package io.micronaut.security.oauth2.endpoint.authorization.state
Classes related to OAuth 2.0 state management.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
ClassDescriptionDefault state implementation.Configuration properties implementation of state validation configuration.A default state provider that stores the original request URI to redirect back to after authentication.Exception thrown if authorization response state parameter validation fails.Jackson based implementation for state serdes.Represents a mutable state object.Represents the state sent in the authorization request and returned in the authorization response.Generates a state parameter.Responsible for serialization and de-serialization of the state.