Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
Line 118: | Line 118: | ||
{ | { | ||
Login login = base.GetLogin(osType); | Login login = base.GetLogin(osType); | ||
− | if (login | + | if (login != null) |
{ | { | ||
// Here, we could update groups assignment or other account information. | // Here, we could update groups assignment or other account information. |
Revision as of 21:29, 20 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.