Changes

/* OIDC */
* Set up an identity provider if necessary
* Assemble a client configuration JSON string, .e.g.for Entra:
<syntaxhighlight lang="javascript">
{'AuthorityURL' : 'https://oidclogin.example-providermicrosoftonline.netcom/{tenantid}/v2.0', 'ClientID' : 'ubik{clientid}',
'ClientSecret' : null,
'RedirectURL' : 'com.augmensys.ubik://SSO',
</InternalSSOSettings>
</syntaxhighlight>
 
[[Category:How-To|Integrate UBIK in an SSO Environment]]
[[Category:SSO|Integrate UBIK in an SSO Environment]]
[[Category:Version 3.6|Integrate UBIK in an SSO Environment]]
== SAML ==
1,606
edits