Commit 08cb9fc0 by jsa

Set default id token expiration to 5m for Studio

parent 9cf16cd2
...@@ -1142,3 +1142,6 @@ PROCTORING_SETTINGS = {} ...@@ -1142,3 +1142,6 @@ PROCTORING_SETTINGS = {}
# OpenID Connect issuer ID. Normally the URL of the authentication endpoint. # OpenID Connect issuer ID. Normally the URL of the authentication endpoint.
OAUTH_OIDC_ISSUER = 'https://www.example.com/oauth2' OAUTH_OIDC_ISSUER = 'https://www.example.com/oauth2'
# 5 minute expiration time for JWT id tokens issued for external API requests.
OAUTH_ID_TOKEN_EXPIRATION = 5 * 60
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment