Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
(→Instructions) |
(→OIDC) |
||
Line 86: | Line 86: | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
{'AuthorityURL' : 'https://xamarinoidc-app.azurewebsites.net', | {'AuthorityURL' : 'https://xamarinoidc-app.azurewebsites.net', | ||
− | 'ClientID' : ' | + | 'ClientID' : 'ubik', |
'ClientSecret' : null, | 'ClientSecret' : null, | ||
− | 'RedirectURL' : ' | + | 'RedirectURL' : 'com.augmensys.ubik://SSO', |
− | 'Scope' : 'openid | + | 'Scope' : 'openid', |
− | ' | + | 'UseAccessToken' : 'true'} |
</syntaxhighlight> | </syntaxhighlight> | ||
* Integrate client configuration in profile: | * Integrate client configuration in profile: | ||
Line 102: | Line 102: | ||
</InternalSSOSettings> | </InternalSSOSettings> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | [[Category:How-To|Integrate UBIK in an SSO Environment]] | ||
+ | [[Category:Version 3.6|Integrate UBIK in an SSO Environment]] | ||
== SAML == | == SAML == |
Revision as of 15:18, 1 June 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.