Skip to content
  • There are no suggestions because the search field is empty.

Set up SSO with Azure

In order to enable SSO with Ren, Azure Administrators need to create a new App Registration in their Azure tenant and provide the required information to Ren to set up the connection.

The admin will set up a new registration with these details: 

  • Platform = Web
  • URI = https://auth.rensystems.com/login/callback

Ren will need the following information from the admin:

  • Primary Domain (usually the same as the email domain)
  • Application (Client) ID
  • Client Secret Value
  • Domain(s) for which SSO should be enforced (an organization can have multiple domains covered by the same IdP domain, but usually the email domain is the same as the Primary Domain and the domain it should be enforced for)
Steps to set up SSO in Azure
  1. In Azure, go to Azure Active Directory and make note of the Primary domain to send to the Ren team

    primary domain
  2. Go to App registrations and select New registration

    new registration
  3. Set up the new registration as follows, then click Register
    1. Name: Ren SSO
    2. Supported account types: Accounts in this organizational directory only
    3. Redirect URI:
      1. Platform = Web
      2. URI = https://auth.rensystems.com/login/callback

        new registration setup
  4. Make note of the Application (Client) ID to send to the Ren team

    Screenshot 2023-05-22 at 14.11.53
  5. In the left sidebar, click Certificates & secrets, then on New client secret

    client secret
  6. Set up the secret as follows, then click Add
    1. Description: Ren SSO
    2. Expires: 730 days (24 months)

      Screenshot 2023-05-24 at 1.23.26 PM
  7. Make note of the Client Secret Value to provide to the Ren team

    client secret value
  8. Send the noted values to your contact at Ren (or to support@rensystems.com). The team will implement the SSO connection and reply to schedule a test of the connection.
    1. Primary Domain
    2. Application (Client) ID
    3. Client Secret Value