Applies To:
CADLearning Technical Administrators.
Common Causes/Issues:
You are looking to set up Single Sign-In for Azure Active Directory
Solution Overview:
Follow the steps below to set up and configure your app registration for SSO integration in Azure. Once finished, send the following to support@eaglepoint.com: Application (client) ID, Directory (tenant) ID, and the client secret value.
1. In Azure, create your new app registration. Ignore adding Redirects for now.
2. Once you have created the app, we will need the Application (client) ID and the Directory (tenant) ID.
3. On the Branding & properties blade, enter https://api.cadlearning.com as the Home page URL and click Save.
4. Navigate to the Authentication blade. Add ALL Redirect URIs shown below, check the box for ID tokens, and click Save.
- https://api.cadlearning.com/signin-oidc/<Organization Id>
- https://api.staging.cadlearning.com/signin-oidc/<Organization Id>
- https://api.qa.cadlearning.com/signin-oidc/<Organization Id>
- Https://api.beta.cadlearning.com/signin-oidc/<Organization Id>
- https://localhost:44301/signin-oidc/<Organization Id>
Note: The Organization Id is provided by Eagle Point Software Support Team.
5. From the Certificates & Secrets blade, create a new client secret with the latest expiration date possible.
Important: Before leaving this blade, document the new client secret value and send it to us. The secret value can only be viewed immediately after creation.
6. Lastly, from the API permissions blade, click Add a permission. Select Microsoft Graph > Delegated permissions, check the boxes for openid and profile, and click Add Permission. Then, click Grant admin consent for <Your Directory Name>.