Skip to content

Commit

Permalink
Merge pull request #88 from adorsys/84-add-organizational-credential
Browse files Browse the repository at this point in the history
Set Keycloak External Addr for IssuerDID to be set correctly
  • Loading branch information
Awambeng authored Oct 1, 2024
2 parents bf130b9 + 38975fe commit ebf493d
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 ebf493d

Please sign in to comment.