Skip to content

Commit

Permalink
Merge pull request #808 from uc-cdis/chore/fix_defaultconfig
Browse files Browse the repository at this point in the history
default config RAS  minor fix
  • Loading branch information
diw2 committed Aug 7, 2020
2 parents 5bf54d4 + 557c39d commit 6f10fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fence/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ OPENID_CONNECT:
ras:
client_id: ''
client_secret: ''
redirect_url: '{{BASE_URL}}/login/ras/callback/'
redirect_url: '{{BASE_URL}}/login/ras/callback'
# if mock is true, will fake a successful login response for login
# WARNING: DO NOT ENABLE IN PRODUCTION (for testing purposes only)
mock: false
Expand Down Expand Up @@ -257,7 +257,7 @@ LOGIN_OPTIONS: [] # !!! remove the empty list to enable login options!
# - name: 'Login from Cognito'
# desc: 'Amazon Cognito login'
# idp: cognito
# name: 'Login from RAS'
# - name: 'Login from RAS'
# idp: ras
# - name: 'NIH Login'
# idp: fence
Expand Down

0 comments on commit 6f10fc2

Please sign in to comment.