Skip to content

Commit

Permalink
Add timeout setting for CAS ORCID login
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Aug 20, 2020
1 parent 4fb4b1c commit 13af2ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cas/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ cas.properties: |-
oauth.orcid.client.secret=${OAUTH_ORCID_CLIENT_SECRET:}
oauth.orcid.member=${OAUTH_ORCID_MEMBER:false}
oauth.orcid.scope=${OAUTH_ORCID_SCOPE:/authenticate}
oauth.orcid.connect.timeout=${OAUTH_CONNECT_TIMEOUT:10000}
oauth.orcid.read.timeout=${OAUTH_READ_TIMEOUT:60000}
##
# OSF URLs
Expand Down

0 comments on commit 13af2ee

Please sign in to comment.