Skip to content

Commit

Permalink
Merge pull request #60 from cslzchen/hotfix/cas-orcid-timeout
Browse files Browse the repository at this point in the history
[Support ENG-2171] Add timeout setting for CAS ORCID login
  • Loading branch information
mfraezz authored Aug 20, 2020
2 parents 4fb4b1c + 13af2ee commit 60496ef
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 60496ef

Please sign in to comment.