Changes

HowTo:Integrate UBIK in an SSO Environment

7 bytes removed, 15:19, 1 June 2023
/* OIDC */
* Assemble a client configuration JSON string, .e.g.:
<syntaxhighlight lang="javascript">
{'AuthorityURL' : 'https://xamarinoidc-appoidc.azurewebsitesexample-provider.net',
'ClientID' : 'ubik',
'ClientSecret' : null,
'RedirectURL' : 'com.augmensys.ubik://SSO',
'Scope' : 'openid',
'UseAccessToken' : 'truefalse'}
</syntaxhighlight>
* Integrate client configuration in profile:
1,606
edits