Class ConfigurationSettingNames.AuthorizationServer
java.lang.Object
org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.AuthorizationServer
- Enclosing class:
- ConfigurationSettingNames
The names for authorization server configuration settings.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Set the OAuth 2.0 Authorization endpoint.static final String
Set the OAuth 2.0 Device Authorization endpoint.static final String
Set the OAuth 2.0 Device Verification endpoint.static final String
Set the URL the Authorization Server uses as its Issuer Identifier.static final String
Set the JWK Set endpoint.static final String
Set totrue
if multiple issuers are allowed per host.static final String
Set the OpenID Connect 1.0 Client Registration endpoint.static final String
Set the OpenID Connect 1.0 Logout endpoint.static final String
Set the OpenID Connect 1.0 UserInfo endpoint.static final String
Set the OAuth 2.0 Token endpoint.static final String
Set the OAuth 2.0 Token Introspection endpoint.static final String
Set the OAuth 2.0 Token Revocation endpoint. -
Method Summary
-
Field Details
-
ISSUER
Set the URL the Authorization Server uses as its Issuer Identifier. -
MULTIPLE_ISSUERS_ALLOWED
Set totrue
if multiple issuers are allowed per host.- Since:
- 1.3
-
AUTHORIZATION_ENDPOINT
Set the OAuth 2.0 Authorization endpoint. -
DEVICE_AUTHORIZATION_ENDPOINT
Set the OAuth 2.0 Device Authorization endpoint. -
DEVICE_VERIFICATION_ENDPOINT
Set the OAuth 2.0 Device Verification endpoint. -
TOKEN_ENDPOINT
Set the OAuth 2.0 Token endpoint. -
JWK_SET_ENDPOINT
Set the JWK Set endpoint. -
TOKEN_REVOCATION_ENDPOINT
Set the OAuth 2.0 Token Revocation endpoint. -
TOKEN_INTROSPECTION_ENDPOINT
Set the OAuth 2.0 Token Introspection endpoint. -
OIDC_CLIENT_REGISTRATION_ENDPOINT
Set the OpenID Connect 1.0 Client Registration endpoint. -
OIDC_USER_INFO_ENDPOINT
Set the OpenID Connect 1.0 UserInfo endpoint. -
OIDC_LOGOUT_ENDPOINT
Set the OpenID Connect 1.0 Logout endpoint.- Since:
- 1.1
-