From fe14f91ce0c1ce3b0c7f4f04854d5775f38b6763 Mon Sep 17 00:00:00 2001 From: Bernaldo Mihasi Date: Mon, 5 Sep 2022 08:57:00 +0200 Subject: [PATCH] Update 'Page 2A: Setup configurable login' --- Page-2A%3A-Setup-configurable-login.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Page-2A%3A-Setup-configurable-login.md b/Page-2A%3A-Setup-configurable-login.md index 9416516..e8b294e 100644 --- a/Page-2A%3A-Setup-configurable-login.md +++ b/Page-2A%3A-Setup-configurable-login.md @@ -30,10 +30,10 @@ NOTE: The path to the package which correspond to this file is ***/dmp-backend/w | scope | | Provider API scope | | | state | | Provider API state | | | spEntityId | | | Provider API sp entity id | -| idpEntityId | | | Provider API idp entity id e.g. keycloak -> http://localhost:8080/auth/realms/master | -| idpUrl | | | Provider API idp url e.g. keycloak -> http://localhost:8080/auth/realms/master/protocol/saml | -| idpArtifactUrl | | | Provider API idp artifact url e.g. keycloak -> http://localhost:8080/auth/realms/master/protocol/saml | -| idpMetadataUrl | | | Provider API idp metadata url e.g. keycloak -> http://localhost:8080/auth/realms/master/protocol/saml/descriptor | +| idpEntityId | | | Provider API idp entity id | +| idpUrl | | | Provider API idp url e.g. keycloak | +| idpArtifactUrl | | | Provider API idp artifact url | +| idpMetadataUrl | | | Provider API idp metadata url | | assertionEncrypted | | | if assertion is encrypted | | keyFormat | | | key format, 2 values allowed: a) JKS, b) PKCS12 | | keyAlias | | | key alias |