From 7c30bf9cb3fcf988b89bd0f9d69b9446b178da59 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 1 May 2018 00:46:41 +0200 Subject: [PATCH] remove authentic2_idp_openid (fixes #23515) Code is no more used nor maintained. Also remove diagnose.py which is obsolete too and referrred to django-authopenid (and south and other obsolete things). Mentions of OpenID libraries licenses were removed from license files. --- copyright.rst | 6 ------ settings_listing.rst | 10 ---------- 2 files changed, 16 deletions(-) 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 ==================================================