You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

If you have licensed the AAD add-on from iRely, then you need to do the following to get it configured for your instance of iRely i21. Below are the 3 steps that are required.

Step 1 - Create an i21 Azure Group (User Role)

This group will contain users that will have access to i21 and will serve as their user role.

  1. Log into your Azure Portal as an Administrator.
    1. https://portal.azure.com/
  2. Select Microsoft Entra ID (previously named Azure Active Directory).
  3. Click Groups
    1.  
  4. Click New group
    1.  
  5. Enter the following for the New Group:
    1. Group type = Security
    2. Group name = i21:[i21UserRole]

      1. Replace [i21UserRole] with any roles from i21. E.g. i21:PETRO ADMIN. Anything after "i21:" will be the role of the users in this group.
    3. Group description = Enter any description you want for this group.
    4. Membership type = Assigned
    5. Under Members, click No members selected hyperlink then add members/users.
    6. Click Create

Step 2 - App Registration

  1. Select App registrations then New registration.
    1.  
  2. In the Register an application form, enter the following:
    1. Name = iRely i21
    2. Supported account types = Accounts in this organizational directory only (single tenant)
    3. Redirect URI (web) = The URL of the i21 plus identityserver/
      1. E.g. https://helpdesk.irely.com/identityserver/
    4. Click Register
  3. Go back to App registrations and select the app that you have just created (iRely i21)
  4. Click Certificates & secrets and create a Secret
    1. Copy the secret value and save it locally.
  5. Under API permissions, verify that the following are present especially those underlined ones. If not, add those permissions.



Step 3 - Send the following details to iRely

  1. Go to Azure Active Directory
  2. Select App registrations and select iRely i21 from the list.
  3. Copy the following values from the Overview and Certificates & secrets section and provide them to iRely in your help desk ticket.
    1. Application (client) ID
    2. Directory (tenant) ID
    3. Secret


  • No labels