...
Warning |
---|
This is not a replacement for the actual documentation and you cannot cut and paste your way to a working system. The examples are not usable without taking into consideration your local needs and requirements. |
...
The base64 material for the three blobs has to be flattened to one line.
It does appear to activate the settings instantly so any changes made are in place immediately.
Code Block |
---|
saml2.idp.single_sign_on_service.url,https://idp.example.org/idp/profile/SAML2/Redirect/SSO saml2.idp.single_logout_service.url,https://idp.example.org/idp/profile/SAML2/Redirect/SLO saml2.security.want_assertions_signed,false saml2.idp.entityid,<your entityID> saml2.idp.single_logout_service.response.url,https://example.smartabase.com/example/SAMLsso/logout saml2.sp.entityid,https://example.smartabase.com/example/main saml2.idp.single_sign_on_service.binding,urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect saml2.idp.single_logout_service.binding,urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect saml2.sp.privatekey,<PKCS#8 private key on one line> saml2.idp.x509cert,<base64 cert on one line> saml2.security.want_assertions_encrypted,true saml2.sp.x509cert,<base64 cert on one line> |
...