Skip to content

Commit

Permalink
docs: Onelogin - Update documentation for v2 openid setup (argoproj#6191
Browse files Browse the repository at this point in the history
)

Why do we need this change?
=======================
On April 20th, 2021 onelogin removed their v1 implementation of openid. You will get a 410 error if you try to use this url. As such update documentation to rely upon v2 api

What effects does this change have?
=======================
* Updates the onelogin documentation to correctly setup with the v2 implementation of openid

Signed-off-by: Joshua Jackson <[email protected]>
  • Loading branch information
JoshuaJackson-jobvite authored May 10, 2021
1 parent 5ec7d6e commit 6c51082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/user-management/onelogin.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ data:
url: https://<argocd.myproject.com>
oidc.config: |
name: OneLogin
issuer: https://openid-connect.onelogin.com/oidc
issuer: https://<subdomain>.onelogin.com/oidc/2
clientID: aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaaaaaaaa
clientSecret: abcdef123456
Expand Down

0 comments on commit 6c51082

Please sign in to comment.