diff --git a/doc/SAML2P.md b/doc/SAML2P.md index 741717e16..39638f37e 100644 --- a/doc/SAML2P.md +++ b/doc/SAML2P.md @@ -1,16 +1,15 @@ - +# Configure a SAML 2.0 client +![SAML2P](assets/SAML2p.jpeg) + +The client id is the issuer. + +## Encryption certificate, signature algorithm, name id format + +Associate your client with relying party to configure an encryption certificate, a signature algorithm and/or the name id format. + +## ACS Artifact + +Add the property *UseAcsArtifact* with value *true* to use ACS artifact. + +![UseAcsArtifact](assets/UseAcsArtifact.jpeg) \ No newline at end of file diff --git a/doc/assets/SAML2p.jpeg b/doc/assets/SAML2p.jpeg new file mode 100644 index 000000000..02a6e6a19 Binary files /dev/null and b/doc/assets/SAML2p.jpeg differ diff --git a/doc/assets/UseAcsArtifact.jpeg b/doc/assets/UseAcsArtifact.jpeg new file mode 100644 index 000000000..c18126caf Binary files /dev/null and b/doc/assets/UseAcsArtifact.jpeg differ