From 20ab03c65aa20688387fc2237a0568dfe03fca66 Mon Sep 17 00:00:00 2001 From: SebastianLopienski Date: Thu, 29 Aug 2024 18:49:27 +0200 Subject: [PATCH] docs: update CERN provider * Update CERN * Minor fix * Minor fix --- docs/socialaccount/providers/cern.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/socialaccount/providers/cern.rst b/docs/socialaccount/providers/cern.rst index 9f2b65f1bd..6d9cd891cb 100644 --- a/docs/socialaccount/providers/cern.rst +++ b/docs/socialaccount/providers/cern.rst @@ -1,10 +1,9 @@ CERN ---- -Starting from September 1st 2023, CERN upgraded their SSO to a standard OpenID -Connect based solution. As a result, the previously builtin CERN provider is no -longer needed and has been removed. Instead, use the regular OpenID Connect -configuration:: +Members of the scientific commmunity affiliated with CERN (https://home.cern/about) +can put their applications behind CERN SSO, which supports OIDC and SAML protocols. +For OIDC, use the regular OpenID Connect configuration: SOCIALACCOUNT_PROVIDERS = { "openid_connect": { @@ -15,15 +14,15 @@ configuration:: "client_id": "", "secret": "", "settings": { - "server_url": "https://auth.cern.ch/auth/realms/cern/.well-known/openid-configuration", - }, + "server_url": "https://auth.cern.ch/auth/realms/cern/.well-known/openid-configuration" + } } ] } } App registration (get your key and secret here) - https://sso-management.web.cern.ch/OAuth/RegisterOAuthClient.aspx + https://application-portal.web.cern.ch/ -CERN OAuth2 Documentation - https://espace.cern.ch/authentication/CERN%20Authentication/OAuth.aspx +Documentation + https://auth.docs.cern.ch/applications/application-configuration/