-
Notifications
You must be signed in to change notification settings - Fork 0
/
.traefik.yml
32 lines (27 loc) · 1009 Bytes
/
.traefik.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
displayName: OIDC Plugin
type: middleware
import: github.com/taliesins/traefik-plugin-oidc
summary: 'Redirects to SSO if JWT token not present or invalid. JWT tokens are verified. Supports RSA/DSA/HMAC. Support fetching keys from JWKS endpoint. '
iconPath: .assets/icon.png
testData:
SsoRedirectUrlAddressTemplate: ""
SsoRedirectUrlMacStrength: "256"
SsoRedirectUrlMacClientSecret: "password"
SsoRedirectUrlMacPrivateKey: ""
SsoRedirectUrlMacAllowedClockSkew: "1800000000000"
ClientSecret: "password"
PublicKey: ""
Issuer: ""
Audience: ""
JwksAddress: ""
OidcDiscoveryAddress: ""
UseDynamicValidation: false
AlgorithmValidationRegex: ""
AudienceValidationRegex: ""
IssuerValidationRegex: ""
SubjectValidationRegex: ""
IdValidationRegex: ""
TokenAllowedClockSkew: "300000000000"
IgnorePathRegex: ""
CredentialsOptional: false
ValidateOnOptions: true