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 =
* Set up an identity provider if necessary
* Assemble a client configuration JSON string, .e.g.:
<syntaxhighlight lang="jsonjavascript">
{'AuthorityURL' : 'https://xamarinoidc-app.azurewebsites.net',
'ClientID' : 'gnabbermobileclient',
* Assemble a client configuration JSON string, .e.g.:
<syntaxhighlight lang="jsonjavascript">
{"AuthUser": "user", "AuthUserPw": "test", "BackendURL": "https://ubik.test.com/UBIK/DEV/AUTH_SERVICE/", "IdpURL": "https://idp.com/idpssoinit?metaAlias=ubik;spEntityID=ubik", "IdpLogoutURL": "", "IsPivotEnabled": false, "Env_Broadcast" : null, "Env_Data": null}
</syntaxhighlight>