Skip to content

Commit

Permalink
Set Keycloak External Addr for IssuerDID to be set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
IngridPuppet committed Oct 1, 2024
1 parent 8e839cb commit 38975fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ KEYCLOAK_ADMIN_ADDR=https://localhost:8443
# For AWS ($WORK_DIR/../env/.env)
# KEYCLOAK_EXTERNAL_ADDR=https://keycloak.solutions.adorsys.com
# KEYCLOAK_EXTERNAL_ADDR=http://localhost:8080
KEYCLOAK_EXTERNAL_ADDR=https://localhost:8443
KEYCLOAK_EXTERNAL_ADDR=https://keycloak-demo.solutions.adorsys.com


ISSUER_DID="${KEYCLOAK_EXTERNAL_ADDR}/realms/master"
Expand Down

0 comments on commit 38975fe

Please sign in to comment.