Skip to content

Commit

Permalink
Merge branch 'main' into otlp-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Apr 30, 2024
2 parents 474ed8e + 5645b53 commit e862131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
```

Expand Down

0 comments on commit e862131

Please sign in to comment.