Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update CERN provider #4081

Merged
merged 3 commits into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/