Skip to content

Commit

Permalink
fix: update dex oauth callback to match openshift setup (#1798)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Vala <mvala@redhat.com>
  • Loading branch information
sparkoo authored Oct 27, 2021
1 parent 4972fc1 commit aa964ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/dex/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
staticClients:
- id: {{CLIENT_ID}}
redirectURIs:
- 'https://che-{{NAMESPACE}}.{{DOMAIN}}/oauth2/callback'
- 'https://che-{{NAMESPACE}}.{{DOMAIN}}/oauth/callback'
name: 'Eclipse Che'
secret: {{CLIENT_SECRET}}
enablePasswordDB: true
Expand Down

0 comments on commit aa964ec

Please sign in to comment.