Skip to content

Commit

Permalink
Merge pull request #113 from Blorpy/oidc_caveat
Browse files Browse the repository at this point in the history
Remove stale caveat that indicates changed upstream claims won't be sent downstream from dex
  • Loading branch information
nabokihms committed May 18, 2022
2 parents 190a720 + 7ac631e commit fee2f42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions content/docs/connectors/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ Dex is able to use another OpenID Connect provider as an authentication source.

Prominent examples of OpenID Connect providers include Google Accounts, Salesforce, and Azure AD v2 ([not v1][azure-ad-v1]).

## Caveats

When using refresh tokens, changes to the upstream claims aren't propagated to the id_token returned by dex. If a user's email changes, the "email" claim returned by dex won't change unless the user logs in again. Progress for this is tracked in [issue #863][issue-863].

## Configuration

```yaml
Expand Down

0 comments on commit fee2f42

Please sign in to comment.