Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
(→See also) |
|||
Line 30: | Line 30: | ||
Further, we have to make sure the authorization tokens can be transported to the server. Therefore, add the [[SYSCLS_EXTERNALENTITY|External Entity Classification]] to all meta classes of objects that need external authorization. | Further, we have to make sure the authorization tokens can be transported to the server. Therefore, add the [[SYSCLS_EXTERNALENTITY|External Entity Classification]] to all meta classes of objects that need external authorization. | ||
− | + | ||
− | + | ||
= Studio = | = Studio = | ||
Line 74: | Line 74: | ||
An external auth config object specifies for which meta class and sync action (e.g., when uploading instruction documents), which SSO configuration should be used. The result of a correct configuration will be, that the client sends an SSO token to the server when performing the sync action for an instance of the meta class. On the server side, you can use that token to interact with the external system. This only works if there is a scope with the external entity classification for that meta class, because it provides the means to transport the token. | An external auth config object specifies for which meta class and sync action (e.g., when uploading instruction documents), which SSO configuration should be used. The result of a correct configuration will be, that the client sends an SSO token to the server when performing the sync action for an instance of the meta class. On the server side, you can use that token to interact with the external system. This only works if there is a scope with the external entity classification for that meta class, because it provides the means to transport the token. | ||
− | + | ||
− | + | ||
= Client = | = Client = | ||
Line 103: | Line 103: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | ||
− | + | ||
== SAML == | == SAML == | ||
Line 143: | Line 143: | ||
[[Category:How-To|Integrate UBIK in an SSO Environment]] | [[Category:How-To|Integrate UBIK in an SSO Environment]] | ||
[[Category:Version 3.6|Integrate UBIK in an SSO Environment]] | [[Category:Version 3.6|Integrate UBIK in an SSO Environment]] | ||
+ | [[Category:SSO|Integrate UBIK in an SSO Environment]] |
Revision as of 16:33, 21 November 2023
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.