mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Drop support for PixelPin IdP.
This commit is contained in:
@@ -31,12 +31,4 @@
|
||||
|
||||
<prompt>consent</prompt>
|
||||
</provider>
|
||||
|
||||
<provider name="PixelPin">
|
||||
<client_id> ... </client_id>
|
||||
<client_secret> ... </client_secret>
|
||||
<redirect_uri>http://localhost:8080/authnz/pixelpin/callback</redirect_uri>
|
||||
|
||||
<prompt>consent</prompt>
|
||||
</provider>
|
||||
</OIDC>
|
||||
|
||||
@@ -19,14 +19,12 @@ DEFAULTS = {
|
||||
|
||||
BACKENDS = {
|
||||
'google': 'social_core.backends.google_openidconnect.GoogleOpenIdConnect',
|
||||
"globus": "social_core.backends.globus.GlobusOpenIdConnect",
|
||||
"pixelpin": "social_core.backends.pixelpin.PixelPinOpenIDConnect"
|
||||
"globus": "social_core.backends.globus.GlobusOpenIdConnect"
|
||||
}
|
||||
|
||||
BACKENDS_NAME = {
|
||||
'google': 'google-openidconnect',
|
||||
"globus": "globus",
|
||||
"pixelpin": "pixelpin-openidconnect"
|
||||
"globus": "globus"
|
||||
}
|
||||
|
||||
AUTH_PIPELINE = (
|
||||
|
||||
Reference in New Issue
Block a user