-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into otlp-metrics
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -451,6 +451,7 @@ Flipt supports validating the following claims: | |
|
||
- `iss` (issuer) | ||
- `aud` (audience) | ||
- `sub` (subject) | ||
- `exp` (expiration time) | ||
- `nbf` (not before) | ||
- `iat` (issued at) | ||
|
@@ -466,6 +467,7 @@ authentication: | |
enabled: true | ||
validate_claims: | ||
issuer: https://auth0.com/ | ||
subject: [email protected] | ||
audiences: https://flipt.io/, https://flipt.com/ # at least one audience must match | ||
``` | ||
|
||
|