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

JWT at testing instance

parent cfea7443
No related branches found
No related tags found
No related merge requests found
......@@ -137,9 +137,12 @@ hub:
status:
url: "http://status-web/"
admin: true
jwt:
url: "http://jwt/"
display: false
image:
name: valtri/hub
tag: "3.x-eosc4" # EOSC, jupyter 3.1.0
tag: "eosc9-jwt"
config:
Authenticator:
enable_auth_state: true
......@@ -159,7 +162,7 @@ hub:
client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback"
scope: ["openid", "profile", "email", "offline_access", "entitlements"]
username_key: "sub"
username_claim: "sub"
extra_authorize_params:
prompt: consent
JupyterHub:
......
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