Config Keys
This list is generated from module default configuration files.
| Key | Default | Environment | Description | Source |
|---|---|---|---|---|
oauth.server | — | — | Default configuration for the OAuth server module. / | oauth.ts |
oauth.server.enabled | — | OAUTH_SERVER_ENABLED | Boolean flag (defaults to false when unset). | oauth.ts |
oauth.server.issuer | "http://localhost:3000" | OAUTH_SERVER_ISSUER | Configuration value. | oauth.ts |
oauth.server.http | — | — | Configuration value. | oauth.ts |
oauth.server.http.authenticationPrefix | "/auth" | OAUTH_SERVER_HTTP_AUTHENTICATION_PREFIX | Configuration value. | oauth.ts |
oauth.server.http.managementPrefix | "/" | OAUTH_SERVER_HTTP_MANAGEMENT_PREFIX | Configuration value. | oauth.ts |
oauth.server.authorizationCode | — | — | Configuration value. | oauth.ts |
oauth.server.authorizationCode.timeToLiveSeconds | 300 | OAUTH_SERVER_AUTHORIZATION_CODE_TIME_TO_LIVE_SECONDS | Configuration value. | oauth.ts |
oauth.server.accessToken | — | — | Configuration value. | oauth.ts |
oauth.server.accessToken.timeToLiveSeconds | 3600 | OAUTH_SERVER_ACCESS_TOKEN_TIME_TO_LIVE_SECONDS | Configuration value. | oauth.ts |
oauth.server.refreshToken | — | — | Configuration value. | oauth.ts |
oauth.server.refreshToken.timeToLiveSeconds | 2592000 | OAUTH_SERVER_REFRESH_TOKEN_TIME_TO_LIVE_SECONDS | Configuration value. | oauth.ts |
oauth.server.refreshToken.rotateOnUse | "true" | OAUTH_SERVER_REFRESH_TOKEN_ROTATE_ON_USE | Configuration value. | oauth.ts |
oauth.server.pkce | — | — | Configuration value. | oauth.ts |
oauth.server.pkce.requiredByDefault | "true" | OAUTH_SERVER_PKCE_REQUIRED_BY_DEFAULT | Configuration value. | oauth.ts |
oauth.server.jwks | — | — | Configuration value. | oauth.ts |
oauth.server.jwks.keyIdentifier | "oauth-server-default" | OAUTH_SERVER_JWKS_KEY_IDENTIFIER | Configuration value. | oauth.ts |
oauth.server.jwks.rsaModulusLength | 2048 | OAUTH_SERVER_JWKS_RSA_MODULUS_LENGTH | Configuration value. | oauth.ts |
oauth.server.jwks.signing | — | — | Configuration value. | oauth.ts |
oauth.server.jwks.signing.privateKeyPem | "" | OAUTH_SERVER_JWKS_SIGNING_PRIVATE_KEY_PEM | Configuration value. | oauth.ts |
oauth.server.jwks.signing.publicKeyPem | "" | OAUTH_SERVER_JWKS_SIGNING_PUBLIC_KEY_PEM | Configuration value. | oauth.ts |
oauth.server.jwks.signing.allowGeneratedFallback | — | — | Configuration value. | oauth.ts |