Skip to content

Commit

Permalink
EPA-164: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva committed Nov 6, 2024
1 parent 06808e3 commit 4042b3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ Use environment variables to configure the relying party server.
| `EHEALTHID_RP_LOG_LEVEL` | The log level. | `INFO` |
| `EHEALTHID_RP_OPENID_PROVIDER_SIG_JWKS_PATH` | Path to a JWKS with signing keys for our openIdProvider, for example the id_token issued by the relying party will be signed with it. Will be generated if not configured. | `./openid_provider_sig_jwks.json` |
public static final String CONFIG_FEDERATION_SIG_JWKS_PATH = "federation_sig_jwks_path";
public static final String CONFIG_OPENID_RP_SIG_JWKS_PATH = "openid_rp_sig_jwks_path";
public static final String CONFIG_OPENID_RP_ENC_JWKS_PATH = "openid_rp_enc_jwks_path";
public static final String CONFIG_OPENID_PROVIDER_SIG_JWKS_PATH = "openid_provider_sig_jwks_path";
# Generate Keys & Register for Federation
In order to participate in the GesundheitsID one needs to register the entity statement of the IDP
Expand Down

0 comments on commit 4042b3a

Please sign in to comment.