You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -306,7 +306,7 @@ You may customize these settings with the `config_*` configuration options descr
306
306
307
307
#### Custom Configuration with JupyterHub's Helm Chart
308
308
309
-
If you are running **JupyterHub within a Kubernetes Cluster**, deployed using helm, you need to supply the client key & shared secret with the `lti.consumers` key. The example below also demonstrates how customize the `lti.username_key` to set the user's email as the JupyterHub username and the `lti.config_icon` to define a custom external tool icon when using the LTI 1.1 configuration XML endpoint:
309
+
If you are running **JupyterHub within a Kubernetes Cluster**, deployed using helm, you need to supply the LTI 1.3 (OIDC/OAuth2) endpoints. The example below also demonstrates how customize the `lti13.username_key` to set the user's give name:
310
310
311
311
```yaml
312
312
# Custom config for JupyterHub's helm chart
@@ -315,15 +315,22 @@ hub:
315
315
# Additional documentation related to authentication and authorization available at
_Note_: in the helm chart example configuration above `hub.config.LTI11Authenticator.username_key: lis_person_contact_email_primary` is equivalent to the standard JupyterHub configuration using `jupyterhub_config.py` with `c.LTI11Authenticator.username_key = lis_person_contact_email_primary`.
326
-
327
334
#### Configuration of LTI 1.3 with the Learning Management System
0 commit comments