Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Users logging in from the configured company in iTWO cx RIB CX will then be required to login with the AAD credentials.

...

1. Login to the Azure Portal: https://portal.azure.com/

2. Select Azure Active Directory

...

4. New Application Registration

    a. Name: iTWOcx iTWOCX SSO

    b. Application Type: Native

    c. Redirect URI: https://au.itwocxitwoCX.com/cxRCXR/Authentication

Edit Manifest File

1. Edit the manifest file – replyUrls:

Code Block
"replyUrls": [
    "https://au.itwocxitwoCX.com/"
  ],

2. Edit the manifest file – requiredResourceAccess:

...