diff --git a/docs/configuration.md b/docs/configuration.md index 9cad7f1..0634b59 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -38,7 +38,7 @@ The following flags are available: | `openid.client-secret` | string | | Client secret for the OpenID client. Overridden by `openid.client-jwk`, if configured. | | `openid.domain-hint` | string | | Domain hint to include in authorization request for IdPs that support this parameter (e.g. Entra ID). | | `openid.jwks-fallback-alg` | string | `RS256` | JWA value (as defined in RFC 7518) to assign to provider JWKS keys when their `alg` header is not set. | -| `openid.new-client-auth-jwt-type` | bool | `false` | When enabled, sets the value of the \"typ\" header of the JWT used for client authentication equal to "client-authentication+jwt" in accordance with RFC7523bis. If not enabled, the value is set to "JWT". | +| `openid.new-client-auth-jwt-type` | bool | `false` | When enabled, sets the value of the "typ" header of the JWT used for client authentication equal to "client-authentication+jwt" in accordance with RFC7523bis. If not enabled, the value is set to "JWT". | | `openid.post-logout-redirect-uri` | string | | URI for redirecting the user after successful logout at the Identity Provider. | | `openid.provider` | string | `openid` | Provider configuration to load and use, either `openid`, `azure`, `idporten`. | | `openid.resource-indicator` | string | | OAuth2 resource indicator to include in authorization request for acquiring audience-restricted tokens. |