Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
(→Client) |
(→Authorization) |
||
Line 24: | Line 24: | ||
* For which types of objects (meta classes) do I need to interact with external systems, requiring SSO authorization? | * For which types of objects (meta classes) do I need to interact with external systems, requiring SSO authorization? | ||
* For which synchronization operations (e.g., update, commit, create, etc.) do I need authorization? | * For which synchronization operations (e.g., update, commit, create, etc.) do I need authorization? | ||
− | * Which | + | * Which SSO client configurations (identity provider base URL, scopes, etc.) are used in this case? |
For each resulting combination we have to create an [[SYSCLS_EXTERNALAUTHCONFIG|External Auth Config]] object and give it to the client in the infrastructure list. | For each resulting combination we have to create an [[SYSCLS_EXTERNALAUTHCONFIG|External Auth Config]] object and give it to the client in the infrastructure list. | ||
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 13:21, 13 February 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.