diff --git a/copyright.rst b/copyright.rst index 507ac62..107d664 100644 --- a/copyright.rst +++ b/copyright.rst @@ -8,11 +8,5 @@ Authentic and Authentic 2 are copyrighted by Entr'ouvert and are licensed through the GNU AFFERO GENERAL PUBLIC LICENSE, version 3 or later. A copy of the whole license text is available in the COPYING file. -The OpenID IdP originates in the project django_openid_provider by Roman -Barczyski, which is under the Apache 2.0 licence. This imply that you must -distribute authentic2 under the AGPL3 licence when distributing this part of the -project which is the only AGPL licence version compatible with the Apache 2.0 -licence. - The Documentation is under the licence Creative Commons `CC BY-SA 2.0 `_. diff --git a/settings_listing.rst b/settings_listing.rst index 1ad7519..030060c 100644 --- a/settings_listing.rst +++ b/settings_listing.rst @@ -86,16 +86,6 @@ If SAML_ENCRYPTION_PUBLIC_KEY or SAML_ENCRYPTION_PRIVATE_KEY are not given, the signature keys are used for encryption. -Activate or deactivate Authentic 2 as an OpenID provider -======================================================== - -Variable: IDP_OPENID - -Values: - -* False: deactivate OpenID provider -* True: activate OpenID provider - Activate or deactivate Authentic 2 as a CAS server ==================================================