Skip to content
Snippets Groups Projects

GAIAXAUTH-24, fixed login flow

Merged Cristina Pauna requested to merge feature/GAIAXAUTH-24 into main
5 files
+ 14
14
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -13,10 +13,10 @@ spring:
provider: keycloak
client-id: demo-app
client-secret: secret
authorization-grant-type: authorization_code
redirect-uri: "http://key-server:8080/auth/realms/gaia-x/broker/ssi-oidc/endpoint"
scope: openid
client-name: demo-app-oidc
# authorization-grant-type: authorization_code
# redirect-uri: "http://key-server:8080/auth/realms/gaia-x/broker/ssi-oidc/endpoint"
# scope: openid
# client-name: demo-app-oidc
provider:
keycloak:
issuer-uri: http://key-server:8080/auth/realms/gaia-x
Loading