Skip to content

Commit

Permalink
Merge pull request jupyter#1 from lsst-sqre/tickets/DM-11937
Browse files Browse the repository at this point in the history
Tickets/dm 11937
  • Loading branch information
athornton authored Sep 21, 2017
2 parents 80676a3 + 35bf605 commit 4c668cb
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 276 deletions.
6 changes: 0 additions & 6 deletions cilogon-requirements.txt

This file was deleted.

11 changes: 11 additions & 0 deletions cilogon_scope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CILogon-specific scopes

[CILogon scopes](http://www.cilogon.org/oidc) can
be used to extend the CILogon OAuthenticator. By overriding the scope
list in the authenticator, additional features can be enabled for
specific deployment needs.

The additional fields exposed by expanded scope are all stored in the
authenticator's `auth_state` structure, so you'll need to enable
`auth_state` and install the Python `cryptography` package to be able to
use these.
1 change: 1 addition & 0 deletions oauthenticator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
from .github import *
from .bitbucket import *
from .google import *
from .cilogon import *

from ._version import __version__, version_info
Loading

0 comments on commit 4c668cb

Please sign in to comment.