Skip to content

Commit

Permalink
docs: Update Dex OIDC example (argoproj#20545)
Browse files Browse the repository at this point in the history
* docs: Update Dex OIDC example

Type for using OIDC claim should be `oidc` instead of `OIDC`.

Signed-off-by: Preethi Sureshkumar <40830235+preethi-sv@users.noreply.github.com>

* docs: Update Dex OIDC example

Signed-off-by: Preethi Sureshkumar <40830235+preethi-sv@users.noreply.github.com>

---------

Signed-off-by: Preethi Sureshkumar <40830235+preethi-sv@users.noreply.github.com>
Co-authored-by: Dan Garfield <dan@codefresh.io>
  • Loading branch information
preethi-sv and todaywasawesome authored Oct 30, 2024
1 parent d8fe100 commit d408909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/operator-manual/user-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ data:
dex.config: |
connectors:
# OIDC
- type: OIDC
- type: oidc
id: oidc
name: OIDC
config:
Expand Down Expand Up @@ -292,7 +292,7 @@ data:
dex.config: |
connectors:
# OIDC
- type: OIDC
- type: oidc
id: oidc
name: OIDC
config:
Expand Down

0 comments on commit d408909

Please sign in to comment.