Skip to content

Commit

Permalink
chore(dev-setup): fix old things still using timed.local
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Aug 12, 2024
1 parent 483c388 commit 872732c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
18 changes: 9 additions & 9 deletions keycloak/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 872732c

Please sign in to comment.