Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
m (→OIDC) |
(→Studio) |
||
Line 110: | Line 110: | ||
{ } | { } | ||
− | protected override Login CreateLogin(string loginName, string domain, UBIK.Service.DTO.V220 osType) | + | protected override Login CreateLogin(string loginName, string domain, UBIK.Service.DTO.V220.OSTypes osType) |
{ | { | ||
// In this example, we use the default login creation, but add the email address as the human-readable login name. | // In this example, we use the default login creation, but add the email address as the human-readable login name. | ||
Line 153: | Line 153: | ||
</div></div> | </div></div> | ||
− | + | ||
− | + | ||
− | + | ||
== Interfacing == | == Interfacing == | ||
Line 181: | Line 181: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | [[Category:How-To|Integrate UBIK in an SSO Environment]] | ||
+ | [[Category:SSO|Integrate UBIK in an SSO Environment]] | ||
+ | [[Category:Version 3.6|Integrate UBIK in an SSO Environment]] | ||
= Client = | = Client = |
Revision as of 09:46, 27 June 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.