inveniosoftware / invenio-oauthclient

Invenio module that provides OAuth web authorization support.
https://invenio-oauthclient.readthedocs.io
MIT License
6 stars 74 forks source link

oauth: Create CERN OAuth blueprint to allow redirection to login.cern… #182

Closed ppanero closed 5 years ago

ppanero commented 5 years ago

Closes https://github.com/inveniosoftware/invenio-oauthclient/issues/180

In order to use it the blueprint should be added:

'invenio_base.blueprints': [
            'cern_oauth = invenio_oauthclient.contrib.cern:cern_logout_blueprint',
        ]

And the Flask Security config variable should be set up:

SECURITY_POST_LOGOUT_VIEW="/cern/logout"