Skip to main content

Config Keys

This list is generated from module default configuration files.

KeyDefaultEnvironmentDescriptionSource
oauth.serverDefault configuration for the OAuth server module. /oauth.ts
oauth.server.enabledOAUTH_SERVER_ENABLEDBoolean flag (defaults to false when unset).oauth.ts
oauth.server.issuer"http://localhost:3000"OAUTH_SERVER_ISSUERConfiguration value.oauth.ts
oauth.server.httpConfiguration value.oauth.ts
oauth.server.http.authenticationPrefix"/auth"OAUTH_SERVER_HTTP_AUTHENTICATION_PREFIXConfiguration value.oauth.ts
oauth.server.http.managementPrefix"/"OAUTH_SERVER_HTTP_MANAGEMENT_PREFIXConfiguration value.oauth.ts
oauth.server.authorizationCodeConfiguration value.oauth.ts
oauth.server.authorizationCode.timeToLiveSeconds300OAUTH_SERVER_AUTHORIZATION_CODE_TIME_TO_LIVE_SECONDSConfiguration value.oauth.ts
oauth.server.accessTokenConfiguration value.oauth.ts
oauth.server.accessToken.timeToLiveSeconds3600OAUTH_SERVER_ACCESS_TOKEN_TIME_TO_LIVE_SECONDSConfiguration value.oauth.ts
oauth.server.refreshTokenConfiguration value.oauth.ts
oauth.server.refreshToken.timeToLiveSeconds2592000OAUTH_SERVER_REFRESH_TOKEN_TIME_TO_LIVE_SECONDSConfiguration value.oauth.ts
oauth.server.refreshToken.rotateOnUse"true"OAUTH_SERVER_REFRESH_TOKEN_ROTATE_ON_USEConfiguration value.oauth.ts
oauth.server.pkceConfiguration value.oauth.ts
oauth.server.pkce.requiredByDefault"true"OAUTH_SERVER_PKCE_REQUIRED_BY_DEFAULTConfiguration value.oauth.ts
oauth.server.jwksConfiguration value.oauth.ts
oauth.server.jwks.keyIdentifier"oauth-server-default"OAUTH_SERVER_JWKS_KEY_IDENTIFIERConfiguration value.oauth.ts
oauth.server.jwks.rsaModulusLength2048OAUTH_SERVER_JWKS_RSA_MODULUS_LENGTHConfiguration value.oauth.ts
oauth.server.jwks.signingConfiguration value.oauth.ts
oauth.server.jwks.signing.privateKeyPem""OAUTH_SERVER_JWKS_SIGNING_PRIVATE_KEY_PEMConfiguration value.oauth.ts
oauth.server.jwks.signing.publicKeyPem""OAUTH_SERVER_JWKS_SIGNING_PUBLIC_KEY_PEMConfiguration value.oauth.ts
oauth.server.jwks.signing.allowGeneratedFallbackConfiguration value.oauth.ts