Skip to content

Commit

Permalink
Add instruction about the profile scope needed to get the preferred u…
Browse files Browse the repository at this point in the history
…sername claim from GitHub
  • Loading branch information
GeorgianaElena committed Mar 14, 2023
1 parent 79d5aeb commit 3bc2ab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/hub-deployment-guide/configure-auth/cilogon.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,15 @@ The steps to enable the JupyterHub CILogonOAuthenticator for a hub are similar w
3. **Authenticate using GitHub with CILogon**:
*This example sets the GitHub nickname as the Hub username using the `username_claim` option*
```yaml
jupyterhub:
hub:
config:
JupyterHub:
authenticator_class: cilogon
CILogonOAuthenticator:
scope:
- "profile"
oauth_callback_url: https://{{ HUB_DOMAIN }}/hub/oauth_callback
shown_idps:
- http://github.com/login/oauth/authorize
Expand Down

0 comments on commit 3bc2ab2

Please sign in to comment.