Skip to content

Commit

Permalink
docs: update CERN provider
Browse files Browse the repository at this point in the history
* Update CERN

* Minor fix

* Minor fix
  • Loading branch information
SebastianLopienski authored Aug 29, 2024
1 parent dd1412e commit 20ab03c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/socialaccount/providers/cern.rst
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -15,15 +14,15 @@ configuration::
"client_id": "<insert-id>",
"secret": "<insert-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/

0 comments on commit 20ab03c

Please sign in to comment.