Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Mar 23, 2024
1 parent 0897976 commit 76df179
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions templates/galaxy/config/oidc_backends_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Please mind `http` and `https`.
<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>
<provider name="Keycloak">
<url>https://auth.nfdi4plants.org/realms/dataplant</url>
Expand All @@ -76,9 +75,9 @@ Please mind `http` and `https`.
<icon>https://galaxyproject.eu/assets/media/DataPLANT_logo.png</icon>
</provider>
<provider name="EGI">
<client_id>{{ egi_checkin.usegalaxy_eu.client_id }}</client_id>
<client_secret>{{ egi_checkin.usegalaxy_eu.client_secret }}</client_secret>
<redirect_uri>https://usegalaxy.eu/authnz/egi/callback</redirect_uri>
<prompt>consent</prompt>
</provider>
<client_id>{{ egi_checkin.usegalaxy_eu.client_id }}</client_id>
<client_secret>{{ egi_checkin.usegalaxy_eu.client_secret }}</client_secret>
<redirect_uri>https://usegalaxy.eu/authnz/egi/callback</redirect_uri>
<prompt>consent</prompt>
</provider>
</OIDC>

0 comments on commit 76df179

Please sign in to comment.