Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
Line 91: | Line 91: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
You will need to load the correct certificate from your SAML Identity Provider instead of null. It's recommended to save the certificate on the server and load it from file storage. The certificate must be the one the IdP uses to sign its SAML responses with. | You will need to load the correct certificate from your SAML Identity Provider instead of null. It's recommended to save the certificate on the server and load it from file storage. The certificate must be the one the IdP uses to sign its SAML responses with. | ||
+ | |||
+ | </div></div> | ||
=== Customizing the SSO processor === | === Customizing the SSO processor === | ||
Line 146: | Line 148: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
== Interfacing == | == Interfacing == |
Revision as of 08:01, 21 March 2024
Single Sign-On (SSO) allows an end-user to interact with multiple services without logging in more than once.
This page shows how to integrate UBIK® into such an SSO environment.