10Duke Java Core
|
Constants for supported configuration keys.
Static Public Attributes | |
static final String | CFG_TOKEN_PATH = "token_path" |
Configuration key for path in the file system where tokens are stored. | |
static final String | CFG_LOCAL_PUB_KEY_PATH = "public_key_path" |
Configuration key for path in the file system where public keys are stored. | |
static final String | CFG_IDP_OIDC_DISCOVERY_URL = "idp_oidc_discovery_url" |
Configuration key for OpenID Connect discovery URL of an Identity Provider. | |
static final String | CFG_IDP_OAUTH_AUTHZ_URL = "idp_oauth_authorization_url" |
Configuration key for OAuth authorization URL of an Identity Provider. | |
static final String | CFG_IDP_OAUTH_DEV_CODE_URL = "idp_oauth_device_code_url" |
Configuration key for OAuth device code authorization URL of an Identity Provider. | |
static final String | CFG_IDP_OAUTH_TOKEN_URL = "idp_oauth_token_url" |
Configuration key for OAuth access token URL of an Identity Provider. | |
static final String | CFG_IDP_OAUTH_CLIENT_ID = "idp_oauth_client_id" |
Configuration key for OAuth client id of an application. | |
static final String | CFG_IDP_OAUTH_CLIENT_SECRET = "idp_oauth_client_secret" |
Configuration key for OAuth client secret of an application. | |
static final String | CFG_IDP_OAUTH_SCOPE = "idp_oauth_scope" |
Configuration key for OAuth scope that is required by an application. | |
static final String | CFG_IDP_USER_INFO_URL = "idp_userinfo_url" |
Configuration key for OpenID Connect user info URL of an Identity Provider. | |
static final String | CFG_TOKEN_REFRESH_LEEWAY_SEC = "token_refresh_leeway_seconds" |
Configuration key for how many seconds before expiration of the token it should be refreshed. | |
static final String | CFG_IDP_JWKS_URL = "idp_jwks_uri" |
Configuration key for JSON Web Key set URL of an authorization server. | |
static final String | CFG_AUTH_REDIRECT_URI = "auth_redirect_uri" |
Configuration key for OAuth login callback URL of the client application. | |
static final String | CFG_AUTH_REDIRECT_PATH = "auth_redirect_path" |
Configuration key for OAuth login callback URL path of the client application. | |
static final String | CFG_AUTH_REDIRECT_PORT = "auth_redirect_port" |
Configuration key for OAuth login callback port to listen to. | |
static final String | CFG_AUTH_SUCCESS_MESSAGE = "auth_success_message" |
Configuration key for file or resource path used for showing successful response. | |
static final String | CFG_HTTP_TIMEOUT_SEC = "http_timeout_seconds" |
Configuration key name for HTTP timeout. | |
static final String | CFG_HTTP_PROXY = "https_proxy" |
Configuration key name for HTTP proxy address. | |