Generate the Reply URL (Azure AD)
Azure uses your Reply URL to redirect users back to Cloud after they have signed in with Azure.
To generate a Reply URL in Cloud:
-
Ensure you have the Settings Admin role or equivalent permissions.
-
From the Cloud menu (
), select Settings | Single Sign-On | Identity Provider.
-
On the Identity Provider page, complete the following fields:
-
Identity provider name: Enter a meaningful name for your identity provider. For example, Azure. This name will be displayed next to your Reply URL to identify it.
Note: This name cannot exceed 32 characters and can only contain letters, numbers, underscores, plus and minus signs.
-
Identity provider metadata endpoint: Paste the Metadata Endpoint that you copied to a text document previously.
-
Client ID: Paste the Application ID that you copied to a text document previously.
-
Client secret: Paste the Client Secret that you copied to a text document previously.
-
-
Select Save. Your Reply URL is displayed.
-
Select the Copy to Clipboard (
) button to copy your Reply URL. You'll need to add it to your app in Azure AD.
Set your Reply URL in Azure
After you generate a reply URL, you'll need to add it to Azure to ensure that users can sign in successfully.
To set your reply URL in Azure:
-
Select Azure Active Directory | App Registration, then select your app.
-
Select Add a Redirect URI.
-
Enter your reply URL in the Redirect URI field.
-
Select Save.