Skip to content

Commit 7803abd

Browse files
committed
switch template for einfra from keycloak to specific provider
this avoids redirection proiblems that keycloak currently has in Galaxy xref galaxyproject/galaxy#20688
1 parent 28f78f0 commit 7803abd

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0"?>
22
<OIDC>
3-
<provider name="Keycloak">
4-
<client_id>{{ einfracz_client_id }}</client_id>
5-
<client_secret>{{ einfracz_client_secret }}</client_secret>
6-
<redirect_uri>https://{{ inventory_hostname }}/authnz/keycloak/callback</redirect_uri>
7-
<url>https://login.e-infra.cz/oidc</url>
8-
<icon>https://www.e-infra.cz/img/logo.svg</icon>
9-
<!-- <extra_scopes>offline_access</extra_scopes> -->
10-
</provider>
3+
<provider name="Einfracz">
4+
<client_id>{{ einfracz_client_id }}</client_id>
5+
<client_secret>{{ einfracz_client_secret }}</client_secret>
6+
<redirect_uri>https://{{ inventory_hostname }}/authnz/einfracz/callback</redirect_uri>
7+
<icon>https://www.e-infra.cz/img/logo.svg</icon>
8+
</provider>
119
</OIDC>

0 commit comments

Comments
 (0)