From 872732c1c6ab197843e659c32c3cf11bcdf24371 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Mon, 12 Aug 2024 10:07:14 +0200 Subject: [PATCH] chore(dev-setup): fix old things still using timed.local --- frontend/package.json | 2 +- keycloak/config.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 5f269d020..7ee8a0b1a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "lint:hbs:fix": "ember-template-lint . --fix", "lint:js": "eslint --config .eslintrc.js .", "lint:js:fix": "eslint --config .eslintrc.js . --fix", - "start": "ember server --proxy https://timed.local --secure-proxy=false", + "start": "ember server --proxy https://timed.localhost --secure-proxy=false", "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", "test:ember": "ember test" }, diff --git a/keycloak/config.json b/keycloak/config.json index 506f2adf5..bbdc46509 100644 --- a/keycloak/config.json +++ b/keycloak/config.json @@ -1332,7 +1332,7 @@ "subType" : "anonymous", "subComponents" : { }, "config" : { - "allowed-protocol-mapper-types" : [ "oidc-sha256-pairwise-sub-mapper", "oidc-address-mapper", "saml-user-attribute-mapper", "oidc-usermodel-attribute-mapper", "oidc-usermodel-property-mapper", "saml-user-property-mapper", "saml-role-list-mapper", "oidc-full-name-mapper" ] + "allowed-protocol-mapper-types" : [ "oidc-usermodel-property-mapper", "oidc-usermodel-attribute-mapper", "oidc-full-name-mapper", "oidc-address-mapper", "saml-role-list-mapper", "saml-user-attribute-mapper", "saml-user-property-mapper", "oidc-sha256-pairwise-sub-mapper" ] } }, { "id" : "a95cc0db-8432-4f54-8692-7060275bc1bb", @@ -1341,7 +1341,7 @@ "subType" : "authenticated", "subComponents" : { }, "config" : { - "allowed-protocol-mapper-types" : [ "oidc-usermodel-property-mapper", "saml-user-property-mapper", "oidc-full-name-mapper", "oidc-sha256-pairwise-sub-mapper", "oidc-address-mapper", "saml-role-list-mapper", "oidc-usermodel-attribute-mapper", "saml-user-attribute-mapper" ] + "allowed-protocol-mapper-types" : [ "oidc-usermodel-property-mapper", "saml-role-list-mapper", "saml-user-property-mapper", "oidc-sha256-pairwise-sub-mapper", "oidc-address-mapper", "oidc-usermodel-attribute-mapper", "oidc-full-name-mapper", "saml-user-attribute-mapper" ] } }, { "id" : "9f86543e-5ee6-4e74-93d4-27d83ba95a26", @@ -2680,15 +2680,15 @@ "clientId" : "timed-public", "name" : "", "description" : "", - "rootUrl" : "https://timed.local", - "adminUrl" : "https://timed.local", - "baseUrl" : "https://timed.local", + "rootUrl" : "https://timed.localhost", + "adminUrl" : "https://timed.localhost", + "baseUrl" : "https://timed.localhost", "surrogateAuthRequired" : false, "enabled" : true, "alwaysDisplayInConsole" : false, "clientAuthenticatorType" : "client-secret", - "redirectUris" : [ "http://localhost:4200/*", "https://timed.local/*" ], - "webOrigins" : [ "https://timed.local", "http://localhost:4200" ], + "redirectUris" : [ "https://timed.localhost/*", "http://localhost:4200/*" ], + "webOrigins" : [ "https://timed.localhost", "http://localhost:4200" ], "notBefore" : 0, "bearerOnly" : false, "consentRequired" : false, @@ -3260,7 +3260,7 @@ "subType" : "authenticated", "subComponents" : { }, "config" : { - "allowed-protocol-mapper-types" : [ "oidc-address-mapper", "oidc-full-name-mapper", "saml-role-list-mapper", "oidc-usermodel-property-mapper", "saml-user-property-mapper", "saml-user-attribute-mapper", "oidc-usermodel-attribute-mapper", "oidc-sha256-pairwise-sub-mapper" ] + "allowed-protocol-mapper-types" : [ "saml-user-attribute-mapper", "saml-user-property-mapper", "oidc-address-mapper", "oidc-sha256-pairwise-sub-mapper", "oidc-usermodel-attribute-mapper", "oidc-usermodel-property-mapper", "saml-role-list-mapper", "oidc-full-name-mapper" ] } }, { "id" : "40b4741c-881c-4e25-a993-c63639d7ab69", @@ -3287,7 +3287,7 @@ "subType" : "anonymous", "subComponents" : { }, "config" : { - "allowed-protocol-mapper-types" : [ "saml-user-attribute-mapper", "oidc-address-mapper", "oidc-usermodel-attribute-mapper", "saml-role-list-mapper", "oidc-sha256-pairwise-sub-mapper", "saml-user-property-mapper", "oidc-full-name-mapper", "oidc-usermodel-property-mapper" ] + "allowed-protocol-mapper-types" : [ "saml-user-property-mapper", "oidc-address-mapper", "oidc-usermodel-property-mapper", "oidc-usermodel-attribute-mapper", "saml-user-attribute-mapper", "oidc-full-name-mapper", "saml-role-list-mapper", "oidc-sha256-pairwise-sub-mapper" ] } }, { "id" : "8b8cf966-8bb5-4f30-a22a-cbc74c835df8",