- adjust realm settings for portal-app client to
make login possible
Issue-ID: PORTALNG-143
Change-Id: I8a3f925dcaa31abd86a9681cfec98f49b41efaac
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
http:
# For backwards compatibility reasons we set this to the value used by previous Keycloak versions.
- relativePath: "/" # "/auth"
+ relativePath: "" # "/auth"
keycloak:
intURL: "http://keycloak-http.keycloak.svc.cluster.local/"
- relativePath: "auth/"
+ relativePath: ""
ingressAuthentication:
enabled: false
exceptions:
#existingSecret: "keycloak-keycloakx-admin-creds"
env:
# internal KC URL plus relative path
- KEYCLOAK_URL: "http://keycloak-http.keycloak.svc.cluster.local/auth/"
+ KEYCLOAK_URL: "http://keycloak-http.keycloak.svc.cluster.local/"
KEYCLOAK_SSLVERIFY: "false"
KEYCLOAK_AVAILABILITYCHECK_ENABLED: "true"
secrets:
- 'https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" "portal-ng-ui") }}/*'
- 'http://localhost/*'
protocol: openid-connect
+ webOrigins:
+ - "*"
+ publicClient: "true"
additionalAttributes:
post.logout.redirect.uris: 'https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" "portal-ng-ui") }}/*'
protocolMappers: