Package org.oa4mp.delegation.server
Interface OIDCDiscoveryTags
-
public interface OIDCDiscoveryTags
These 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 String
AUTHORIZATION_ENDPOINT
static String
AUTHORIZATION_ENDPOINT_DEFAULT
static String
CODE_CHALLENGE_METHOD_SUPPORTED
static String
DEVICE_AUTHORIZATION_ENDPOINT
static String
DEVICE_AUTHORIZATION_ENDPOINT_DEFAULT
static String
INTROSPECTION_ENDPOINT_DEFAULT
static String
ISSUER
static String
JWKS_CERTS
static String
JWKS_URI
static String
OAUTH_AUTHZ_SERVER_PATH
static String
OPENID_CONFIG_PATH
static String
REGISTRATION_ENDPOINT
static String
RESPONSE_MODES_SUPPORTED
static String
REVOCATION_ENDPOINT_DEFAULT
static String
TOKEN_ENDPOINT
static String
TOKEN_ENDPOINT_DEFAULT
static String
TOKEN_INTROSPECTION_ENDPOINT
static String
TOKEN_REVOCATION_ENDPOINT
static String
TOKEN_REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED
static String
USER_INFO_ENDPOINT_DEFAULT
static String
USERINFO_ENDPOINT
static String
WELL_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
-
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
-
-