Skip to content

Commit 468c6bd

Browse files
docs: remove comment
1 parent 14169d2 commit 468c6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/getting-started/middleware-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ But: If you're using YAML-files for configuration you can use [traefik's templat
6363
| `ValidIssuer`* | no | `string` | *discovery document* | The issuer which must be present in the JWT-token. By default this will be read from the OIDC discovery document. |
6464
| `ValidateAudience`* | no | `bool` | `true` | Specifies whether the `aud` claim in the JWT-token should be validated. |
6565
| `ValidAudience`* | no | `string` | *ClientId* | The audience which must be present in the JWT-token. Defaults to the configured client id. |
66-
| `TokenValidation`* | no | `string` | `IdToken` | Specifies which token or method should be used to validate the authentication cookie. Can be either `AccessToken`, `IdToken` or `Introspection`. When using Microsoft EntraID, this will automatically default to `IdToken`. `Introspection` may not work when using PKCE. |
66+
| `TokenValidation`* | no | `string` | `IdToken` | Specifies which token or method should be used to validate the authentication cookie. Can be either `AccessToken`, `IdToken` or `Introspection`. `Introspection` may not work when using PKCE. |
6767

6868
## SessionCookie Block {#session-cookie}
6969

0 commit comments

Comments
 (0)