Skip to content

Commit

Permalink
Merge pull request galaxyproject#16762 from sebastian-schaaf/replace_…
Browse files Browse the repository at this point in the history
…elixir_aai_login_button

Replace elixir aai login button
  • Loading branch information
nsoranzo authored Sep 29, 2023
2 parents 93fd7c9 + 900008a commit 15414b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/authnz/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/button-login-small.png",
"okta": "https://www.okta.com/sites/all/themes/Okta/images/blog/Logos/Okta_Logo_BrightBlue_Medium.png",
}

Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/config/sample/oidc_backends_config.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Please mind `http` and `https`.
<client_secret>...</client_secret>
<redirect_uri>http://localhost:8080/authnz/elixir/callback</redirect_uri>
<prompt>consent</prompt>
<icon>https://elixir-europe.org/sites/default/files/images/login-button-orange.png</icon>
<icon>https://lifescience-ri.eu/fileadmin/lifescience-ri/media/Images/button-login-small.png</icon>
<!-- (Optional) Extra scopes you need to request for your implementation -->
<!-- <extra_scopes>offline_access,something-else</extra_scopes> -->
</provider>
Expand Down

0 comments on commit 15414b2

Please sign in to comment.