From ce4aa669bdb0fe69f49b3b19e0a3143ce02fd7c9 Mon Sep 17 00:00:00 2001
From: sebastian-schaaf <128363933+sebastian-schaaf@users.noreply.github.com>
Date: Fri, 29 Sep 2023 09:40:57 +0200
Subject: [PATCH 1/3] LS Login button - Update managers.py
updating the old (orange) ELIXIR AAI login button with the new (grey) Life Science Login button (location 1/2)
---
lib/galaxy/authnz/managers.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/galaxy/authnz/managers.py b/lib/galaxy/authnz/managers.py
index c88e98760af3..a64009e691cd 100644
--- a/lib/galaxy/authnz/managers.py
+++ b/lib/galaxy/authnz/managers.py
@@ -39,7 +39,7 @@
# Note: This if for backward compatibility. Icons can be specified in oidc_backends_config.xml.
DEFAULT_OIDC_IDP_ICONS = {
"google": "https://developers.google.com/identity/images/btn_google_signin_light_normal_web.png",
- "elixir": "https://elixir-europe.org/sites/default/files/images/login-button-orange.png",
+ "elixir": "https://lifescience-ri.eu/fileadmin/lifescience-ri/media/Images/login-grey-wide.jpg.png",
"okta": "https://www.okta.com/sites/all/themes/Okta/images/blog/Logos/Okta_Logo_BrightBlue_Medium.png",
}
From 29e1624050f5e2084709a852589621f6cc839ac4 Mon Sep 17 00:00:00 2001
From: sebastian-schaaf <128363933+sebastian-schaaf@users.noreply.github.com>
Date: Fri, 29 Sep 2023 09:50:06 +0200
Subject: [PATCH 2/3] Update oidc_backends_config.xml.sample
updating the old (orange) ELIXIR AAI login button with the new (grey) Life Science Login button (location 2/2)
---
lib/galaxy/config/sample/oidc_backends_config.xml.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/galaxy/config/sample/oidc_backends_config.xml.sample b/lib/galaxy/config/sample/oidc_backends_config.xml.sample
index fe21a8b82659..1c07a7d3e116 100644
--- a/lib/galaxy/config/sample/oidc_backends_config.xml.sample
+++ b/lib/galaxy/config/sample/oidc_backends_config.xml.sample
@@ -158,7 +158,7 @@ Please mind `http` and `https`.
...
http://localhost:8080/authnz/elixir/callback
consent
- https://elixir-europe.org/sites/default/files/images/login-button-orange.png
+ https://lifescience-ri.eu/fileadmin/lifescience-ri/media/Images/button-login-small.png
From 900008a1356c0b958999bbdb87734f728a535e00 Mon Sep 17 00:00:00 2001
From: sebastian-schaaf <128363933+sebastian-schaaf@users.noreply.github.com>
Date: Fri, 29 Sep 2023 09:53:17 +0200
Subject: [PATCH 3/3] Update managers.py
updating the old (orange) ELIXIR AAI login button with the new (grey) Life Science Login button (location 1/2; new link)
---
lib/galaxy/authnz/managers.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/galaxy/authnz/managers.py b/lib/galaxy/authnz/managers.py
index a64009e691cd..07ac51f4f809 100644
--- a/lib/galaxy/authnz/managers.py
+++ b/lib/galaxy/authnz/managers.py
@@ -39,7 +39,7 @@
# Note: This if for backward compatibility. Icons can be specified in oidc_backends_config.xml.
DEFAULT_OIDC_IDP_ICONS = {
"google": "https://developers.google.com/identity/images/btn_google_signin_light_normal_web.png",
- "elixir": "https://lifescience-ri.eu/fileadmin/lifescience-ri/media/Images/login-grey-wide.jpg.png",
+ "elixir": "https://lifescience-ri.eu/fileadmin/lifescience-ri/media/Images/button-login-small.png",
"okta": "https://www.okta.com/sites/all/themes/Okta/images/blog/Logos/Okta_Logo_BrightBlue_Medium.png",
}