Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
(→OIDC) |
(→OIDC) |
||
Line 85: | Line 85: | ||
* Assemble a client configuration JSON string, .e.g.: | * Assemble a client configuration JSON string, .e.g.: | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
− | {'AuthorityURL' : 'https:// | + | {'AuthorityURL' : 'https://oidc.example-provider.net', |
'ClientID' : 'ubik', | 'ClientID' : 'ubik', | ||
'ClientSecret' : null, | 'ClientSecret' : null, | ||
'RedirectURL' : 'com.augmensys.ubik://SSO', | 'RedirectURL' : 'com.augmensys.ubik://SSO', | ||
'Scope' : 'openid', | 'Scope' : 'openid', | ||
− | 'UseAccessToken' : ' | + | 'UseAccessToken' : 'false'} |
</syntaxhighlight> | </syntaxhighlight> | ||
* Integrate client configuration in profile: | * Integrate client configuration in profile: |
Revision as of 15:19, 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.