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
Branches
No related tags found
No related merge requests found
......@@ -94,8 +94,10 @@ hub:
client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}"
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"
extra_authorize_params:
prompt: consent
JupyterHub:
admin_access: true
authenticate_prometheus: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment