Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 460 Bytes

cilogon_scope.md

File metadata and controls

11 lines (9 loc) · 460 Bytes

CILogon-specific scopes

CILogon scopes 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.