Skip to content
Snippets Groups Projects
Commit b50b5963 authored by František Dvořák's avatar František Dvořák
Browse files

Make authentication work - fixes in OIDC due to tokens refresh

parent c386a69f
No related branches found
No related tags found
No related merge requests found
...@@ -94,8 +94,10 @@ hub: ...@@ -94,8 +94,10 @@ hub:
client_id: "{{ secret['client_id'] }}" client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}" client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://eosc.zcu.cz/hub/oauth_callback" oauth_callback_url: "https://eosc.zcu.cz/hub/oauth_callback"
scope: ["openid", "profile", "email", "entitlements"] scope: ["openid", "profile", "email", "offline_access", "entitlements"]
username_key: "sub" username_key: "sub"
extra_authorize_params:
prompt: consent
JupyterHub: JupyterHub:
admin_access: true admin_access: true
authenticate_prometheus: false authenticate_prometheus: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment