TermWeb OpenId Connect authentication supports only Authorization Code Flow with Authentication Method Basic
and POST
.
Sign-in redirect URI:
<TermWeb URL>/app?service=page/oidcAuthCallback
Sign-out redirect URI (optional):
<TermWeb URL>/logout
Example of configuration:
...
Code Block | ||
---|---|---|
| ||
[ { label: 'Login with Microsoft', url: '/login-oidc?origin=https://login.microsoftonline.com/<tenant-id>', autologin: false, icon: 'fab fa-microsoft', styleStr: 'color:#2f55b9; font-weight:500;' }, { label: '① Login with SAML', url: '/login-saml/ssologin', styleStr: 'color:#414b54; font-weight:500;' } ] |
Okta configuration Tutorial:
...