Introduction
In OfficeRnD Hybrid, you can implement a single sign-on using Microsoft Azure Active Directory. This integration will enable your employees to sign in to OfficeRnD Hybrid using their Active Directory credentials. The SSO can be implemented for both Web and Admin Portals.
Contents
Web Portal SSO
- Log in to your OfficeRnD Hybrid account
- Navigate to Settings/Integrations
- Expand the Authentication section and next to SSO Authentication click Activate.
- Click Configure and copy the Return URL. You will need to use it shortly.
- Open your Azure portal - https://portal.azure.com/ and select the Azure Active Directory module.
- Register a New Application by navigating to App registrations and clicking + New Registration.
- While registering the application you will be asked for a Web Redirect URL. Paste the "Return URL" copied from step 1.
- After successfully registering the application note down the Application (client) ID and copy it in a safe place.
- Then from the sidebar, navigate to Certificates & secrets and click to create a New client secret.
- Give your secret a descriptive name, set an expiration period (if necessary), and save it.
- After adding the secret, copy the text from the Value column.
- Go back to your account in OfficeRnD Hybrid
- Navigate to Settings/Integrations and under SSO Authentication click Configure.
- Paste both the Application client ID and client secret you acquired in the previous steps. Use Client ID and Client Secret fields in OfficeRnD
- In the Discovery URL field use the Discovery ID template. Replace the {Tenant ID} in the URL with the Tenant ID of your organization. You can find the Tenant ID under Tenant properties in Microsoft Azure.
Discovery ID template: https://login.microsoftonline.com/{Tenant ID}/v2.0/.well-known/openid-configuration - Select Enable Automatic Account Activation - With this setting enabled - employees that already exist in OfficeRnD will be allowed to log into the Portal without needing to be explicitly invited. If this setting is disabled - employees without prior access to the Portal will need to have it Enabled by an administrator.
- Click Update.
Admin Portal SSO
After you have configured the Web Portal SSO, you can add your Admin Portal SSO as well.
- Click Configure on the SSO integration in OfficeRnD.
- Click Activate Admin Portal SSO.
- Copy the Return URL.
- Open your newly created app in Azure.
- Switch to the Authentication section
- Click Add URI under the Web section.
- Paste the copied Return URL.
- Save your changes in both platforms.
Comments
Please sign in to leave a comment.