Skip to content

Commit

Permalink
ARC-1239: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva committed Feb 9, 2024
1 parent e374f0e commit 3e6746f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ Identity Providers such as Keycloak can link accounts with OIDC out-of-the-box
docker run --rm \
-v "$(pwd)"/enc_jwks.json:/secrets/enc_jwks.json:ro \
-v "$(pwd)"/sig_jwks.json:/secrets/sig_jwks.json:ro \
-e EHEALTHID_RP_APP_NAME=Awesome DiGA \
-e EHEALTHID_RP_BASE_URI=https://mydiga.example.com \
-e EHEALTHID_RP_FEDERATION_ENC_JWKS_PATH=/secrets/enc_jwks.json \
-e EHEALTHID_RP_FEDERATION_SIG_JWKS_PATH=/secrets/sig_jwks.json \
-e EHEALTHID_RP_FEDERATION_MASTER=https://app-test.federationmaster.de \
-e EHEALTHID_RP_REDIRECT_URIS=https://sso-mydiga.example.com/auth/callback \
-e EHEALTHID_RP_ES_TTL=PT5M \
-e 'EHEALTHID_RP_APP_NAME=Awesome DiGA' \
-e 'EHEALTHID_RP_BASE_URI=https://mydiga.example.com' \
-e 'EHEALTHID_RP_FEDERATION_ENC_JWKS_PATH=/secrets/enc_jwks.json' \
-e 'EHEALTHID_RP_FEDERATION_SIG_JWKS_PATH=/secrets/sig_jwks.json' \
-e 'EHEALTHID_RP_FEDERATION_MASTER=https://app-test.federationmaster.de' \
-e 'EHEALTHID_RP_REDIRECT_URIS=https://sso-mydiga.example.com/auth/callback' \
-e 'EHEALTHID_RP_ES_TTL=PT5M' \
ghcr.io/oviva-ag/ehealthid-relying-party:latest

# send in the generated XML to Gematik in order to register your IDP
Expand Down

0 comments on commit 3e6746f

Please sign in to comment.