Add app.mo-code.at to Keycloak configuration, update allowed origins, and include debug logs for analysis
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 7m46s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m12s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 1m55s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m37s
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 7m46s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m12s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 1m55s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m37s
This commit is contained in:
@@ -196,18 +196,20 @@
|
||||
"http://localhost:8080/*",
|
||||
"http://localhost:4000/*",
|
||||
"http://localhost:3000/*",
|
||||
"https://app.meldestelle.at/*"
|
||||
"https://app.meldestelle.at/*",
|
||||
"https://app.mo-code.at/*"
|
||||
],
|
||||
"webOrigins": [
|
||||
"http://localhost:8080",
|
||||
"http://localhost:4000",
|
||||
"http://localhost:3000",
|
||||
"https://app.meldestelle.at"
|
||||
"https://app.meldestelle.at",
|
||||
"https://app.mo-code.at"
|
||||
],
|
||||
"protocol": "openid-connect",
|
||||
"attributes": {
|
||||
"pkce.code.challenge.method": "S256",
|
||||
"post.logout.redirect.uris": "http://localhost:8080/*##http://localhost:4000/*##http://localhost:3000/*##https://app.meldestelle.at/*"
|
||||
"post.logout.redirect.uris": "http://localhost:8080/*##http://localhost:4000/*##http://localhost:3000/*##https://app.meldestelle.at/*##https://app.mo-code.at/*"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -244,17 +246,19 @@
|
||||
"authorizationServicesEnabled": false,
|
||||
"attributes": {
|
||||
"pkce.code.challenge.method": "S256",
|
||||
"post.logout.redirect.uris": "meldestelle://callback##http://localhost:*##https://app.meldestelle.at/*"
|
||||
"post.logout.redirect.uris": "meldestelle://callback##http://localhost:*##https://app.meldestelle.at/*##https://app.mo-code.at/*"
|
||||
},
|
||||
"redirectUris": [
|
||||
"meldestelle://callback",
|
||||
"http://localhost:*",
|
||||
"https://app.meldestelle.at/*"
|
||||
"https://app.meldestelle.at/*",
|
||||
"https://app.mo-code.at/*"
|
||||
],
|
||||
"webOrigins": [
|
||||
"http://localhost:8080",
|
||||
"http://localhost:4000",
|
||||
"https://app.meldestelle.at"
|
||||
"https://app.meldestelle.at",
|
||||
"https://app.mo-code.at"
|
||||
],
|
||||
"defaultClientScopes": [
|
||||
"web-origins",
|
||||
|
||||
Reference in New Issue
Block a user