Skip to content

Commit

Permalink
Add CILogon login option
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 22, 2021
1 parent 8b3aec2 commit eb355a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/hubs/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ properties:
- google-oauth2
- github
- password
- CILogon
description: |
Authentication method users of the hub can use to log in to the hub.
We support a subset of the [connectors](https://auth0.com/docs/identityproviders)
Expand Down
3 changes: 2 additions & 1 deletion deployer/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
USERNAME_KEYS = {
'github': 'nickname',
'google-oauth2': 'email',
'password': 'email'
'password': 'email',
'CILogon': 'email'
}


Expand Down

0 comments on commit eb355a3

Please sign in to comment.