Fix Che client redirect URL-s to contain factory templates;
parent
7be55ddc91
commit
a90dc4d00d
|
|
@ -42,7 +42,7 @@ provisionKeycloak() {
|
|||
-s clientId={{ .KeycloakClientId }} \
|
||||
-s id={{ .KeycloakClientId }} \
|
||||
-s webOrigins='["http://{{ .CheHost }}", "https://{{ .CheHost }}"]' \
|
||||
-s redirectUris='["http://{{ .CheHost }}/dashboard/*", "https://{{ .CheHost }}/dashboard/*", "http://{{ .CheHost }}/f*", "https://{{ .CheHost }}/f*", "http://{{ .CheHost }}/_app/*", "https://{{ .CheHost }}/_app/*", "http://{{ .CheHost }}/swagger/*", "https://{{ .CheHost }}/swagger/*"]' \
|
||||
-s redirectUris='["http://{{ .CheHost }}/dashboard/*", "https://{{ .CheHost }}/dashboard/*", "http://{{ .CheHost }}/factory*", "https://{{ .CheHost }}/factory*", "http://{{ .CheHost }}/f*", "https://{{ .CheHost }}/f*", "http://{{ .CheHost }}/_app/*", "https://{{ .CheHost }}/_app/*", "http://{{ .CheHost }}/swagger/*", "https://{{ .CheHost }}/swagger/*"]' \
|
||||
-s directAccessGrantsEnabled=true \
|
||||
-s publicClient=true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue