Package org.oa4mp.delegation.server
Interface OIDCDiscoveryTags
-
public interface OIDCDiscoveryTagsThese are the standard tags as per section 3 of https://openid.net/specs/openid-connect-discovery-1_0.htmlCreated by Jeff Gaynor
on 12/13/23 at 11:44 AM
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORIZATION_ENDPOINTstatic StringAUTHORIZATION_ENDPOINT_DEFAULTstatic StringCODE_CHALLENGE_METHOD_SUPPORTEDstatic StringDEVICE_AUTHORIZATION_ENDPOINTstatic StringDEVICE_AUTHORIZATION_ENDPOINT_DEFAULTstatic StringINTROSPECTION_ENDPOINT_DEFAULTstatic StringISSUERstatic StringJWKS_CERTSstatic StringJWKS_URIstatic StringOAUTH_AUTHZ_SERVER_PATHstatic StringOPENID_CONFIG_PATHstatic StringREGISTRATION_ENDPOINTstatic StringREQUEST_PARAMETER_SUPPORTEDstatic StringREQUEST_URI_PARAMETER_SUPPORTEDstatic StringRESPONSE_MODES_SUPPORTEDstatic StringREVOCATION_ENDPOINT_DEFAULTstatic StringTOKEN_ENDPOINTstatic StringTOKEN_ENDPOINT_DEFAULTstatic StringTOKEN_INTROSPECTION_ENDPOINTstatic StringTOKEN_REVOCATION_ENDPOINTstatic StringTOKEN_REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTEDstatic StringUSER_INFO_ENDPOINT_DEFAULTstatic StringUSERINFO_ENDPOINTstatic StringWELL_KNOWN_PATH
-
-
-
Field Detail
-
TOKEN_ENDPOINT
static final String TOKEN_ENDPOINT
- See Also:
- Constant Field Values
-
USERINFO_ENDPOINT
static final String USERINFO_ENDPOINT
- See Also:
- Constant Field Values
-
TOKEN_INTROSPECTION_ENDPOINT
static final String TOKEN_INTROSPECTION_ENDPOINT
- See Also:
- Constant Field Values
-
TOKEN_REVOCATION_ENDPOINT
static final String TOKEN_REVOCATION_ENDPOINT
- See Also:
- Constant Field Values
-
RESPONSE_MODES_SUPPORTED
static final String RESPONSE_MODES_SUPPORTED
- See Also:
- Constant Field Values
-
TOKEN_REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED
static final String TOKEN_REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED
- See Also:
- Constant Field Values
-
ISSUER
static final String ISSUER
- See Also:
- Constant Field Values
-
DEVICE_AUTHORIZATION_ENDPOINT
static final String DEVICE_AUTHORIZATION_ENDPOINT
- See Also:
- Constant Field Values
-
OPENID_CONFIG_PATH
static final String OPENID_CONFIG_PATH
- See Also:
- Constant Field Values
-
OAUTH_AUTHZ_SERVER_PATH
static final String OAUTH_AUTHZ_SERVER_PATH
- See Also:
- Constant Field Values
-
WELL_KNOWN_PATH
static final String WELL_KNOWN_PATH
- See Also:
- Constant Field Values
-
CODE_CHALLENGE_METHOD_SUPPORTED
static final String CODE_CHALLENGE_METHOD_SUPPORTED
- See Also:
- Constant Field Values
-
AUTHORIZATION_ENDPOINT
static final String AUTHORIZATION_ENDPOINT
- See Also:
- Constant Field Values
-
REGISTRATION_ENDPOINT
static final String REGISTRATION_ENDPOINT
- See Also:
- Constant Field Values
-
REQUEST_PARAMETER_SUPPORTED
static final String REQUEST_PARAMETER_SUPPORTED
- See Also:
- Constant Field Values
-
REQUEST_URI_PARAMETER_SUPPORTED
static final String REQUEST_URI_PARAMETER_SUPPORTED
- See Also:
- Constant Field Values
-
JWKS_URI
static final String JWKS_URI
- See Also:
- Constant Field Values
-
JWKS_CERTS
static final String JWKS_CERTS
- See Also:
- Constant Field Values
-
AUTHORIZATION_ENDPOINT_DEFAULT
static final String AUTHORIZATION_ENDPOINT_DEFAULT
- See Also:
- Constant Field Values
-
DEVICE_AUTHORIZATION_ENDPOINT_DEFAULT
static final String DEVICE_AUTHORIZATION_ENDPOINT_DEFAULT
- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_DEFAULT
static final String TOKEN_ENDPOINT_DEFAULT
- See Also:
- Constant Field Values
-
USER_INFO_ENDPOINT_DEFAULT
static final String USER_INFO_ENDPOINT_DEFAULT
- See Also:
- Constant Field Values
-
INTROSPECTION_ENDPOINT_DEFAULT
static final String INTROSPECTION_ENDPOINT_DEFAULT
- See Also:
- Constant Field Values
-
REVOCATION_ENDPOINT_DEFAULT
static final String REVOCATION_ENDPOINT_DEFAULT
- See Also:
- Constant Field Values
-
-