updated realm file for deployment changes w/ burnettk
This commit is contained in:
parent
abe81821ff
commit
343d0cdfd6
|
@ -53,7 +53,7 @@ docker run \
|
||||||
script_dir="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
script_dir="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||||
cp "${script_dir}/../realm_exports/${realm_name}-realm.json" /tmp/${realm_name}-realm.json
|
cp "${script_dir}/../realm_exports/${realm_name}-realm.json" /tmp/${realm_name}-realm.json
|
||||||
spiff_subdomain="for-local-dev.spiffworkflow.org"
|
spiff_subdomain="for-local-dev.spiffworkflow.org"
|
||||||
perl -pi -e "s/replace-me-with-spiff-domain-and-api-path-prefix/${spiff_subdomain}/g" /tmp/${realm_name}-realm.json
|
perl -pi -e "s/replace-me-with-spiff-backend-host-and-path/${spiff_subdomain}/g" /tmp/${realm_name}-realm.json
|
||||||
docker cp /tmp/${realm_name}-realm.json keycloak:/tmp
|
docker cp /tmp/${realm_name}-realm.json keycloak:/tmp
|
||||||
|
|
||||||
sleep 20
|
sleep 20
|
||||||
|
|
|
@ -3250,7 +3250,7 @@
|
||||||
"alwaysDisplayInConsole" : false,
|
"alwaysDisplayInConsole" : false,
|
||||||
"clientAuthenticatorType" : "client-secret",
|
"clientAuthenticatorType" : "client-secret",
|
||||||
"secret" : "JXeQExm0JhQPLumgHtIIqf52bDalHz0q",
|
"secret" : "JXeQExm0JhQPLumgHtIIqf52bDalHz0q",
|
||||||
"redirectUris" : [ "http://localhost:7000/*", "https://replace-me-with-spiff-domain-and-api-path-prefix/*", "http://67.205.133.116:7000/*", "http://167.172.242.138:7000/*" ],
|
"redirectUris" : [ "http://localhost:7000/*", "https://replace-me-with-spiff-backend-host-and-path/*", "http://67.205.133.116:7000/*", "http://167.172.242.138:7000/*" ],
|
||||||
"webOrigins" : [ ],
|
"webOrigins" : [ ],
|
||||||
"notBefore" : 0,
|
"notBefore" : 0,
|
||||||
"bearerOnly" : false,
|
"bearerOnly" : false,
|
||||||
|
@ -3267,7 +3267,7 @@
|
||||||
"saml.force.post.binding" : "false",
|
"saml.force.post.binding" : "false",
|
||||||
"saml.multivalued.roles" : "false",
|
"saml.multivalued.roles" : "false",
|
||||||
"frontchannel.logout.session.required" : "false",
|
"frontchannel.logout.session.required" : "false",
|
||||||
"post.logout.redirect.uris" : "https://replace-me-with-spiff-domain/*##http://localhost:7001/*",
|
"post.logout.redirect.uris" : "https://replace-me-with-spiff-frontend-host-and-path/*##http://localhost:7001/*",
|
||||||
"oauth2.device.authorization.grant.enabled" : "false",
|
"oauth2.device.authorization.grant.enabled" : "false",
|
||||||
"backchannel.logout.revoke.offline.tokens" : "false",
|
"backchannel.logout.revoke.offline.tokens" : "false",
|
||||||
"saml.server.signature.keyinfo.ext" : "false",
|
"saml.server.signature.keyinfo.ext" : "false",
|
||||||
|
|
Loading…
Reference in New Issue