Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
(→Studio) |
(→Instructions) |
||
Line 12: | Line 12: | ||
There are two major use-cases for SSO: | There are two major use-cases for SSO: | ||
− | * Authentication: Establishing or re-using an SSO session (logging in) | + | * Authentication: Establishing or re-using an SSO session with an external authority (logging in) |
* Authorization: Interaction with external systems (interfacing) | * Authorization: Interaction with external systems (interfacing) | ||
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. | ||
− | + | [[Category:How-To|Integrate UBIK in an SSO Environment]] | |
− | + | [[Category:Version 3.6|Integrate UBIK in an SSO Environment]] | |
= Studio = | = Studio = |
Revision as of 09:20, 12 April 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.