Configuring Microsoft Social Connection in Production
This guide outlines the steps to configure Microsoft as a social login provider in AuthAction for a production environment.
Step 1: Create a Microsoft Azure OAuth Application
- Go to the Azure Portal.
- Navigate to Azure Active Directory > App registrations.
- Click New registration.
- Fill in the required details:
- Name: Your application name
- Supported account types: Choose the appropriate option based on your requirements.
- Redirect URI: Set the redirect URI to:
https://<tenant-name>.<region>.authaction.com/oauth2/login/callback
- Click Register.
Step 2: Retrieve Client ID and Client Secret
- In the App registrations section, select your newly created application.
- Copy the Application (client) ID.
- Navigate to Certificates & secrets.
- Under Client secrets, click New client secret.
- Set a description and expiration, then click Add.
- Copy the Client Secret (it will only be visible once).
Step 3: Configure Microsoft Connection in AuthAction
- Log in to the AuthAction dashboard.
- Navigate to Connections → Social Connections.
- Click Add Connection and select Microsoft.
- Enter the Client ID and Client Secret obtained from Microsoft Azure.
- Click Save.
Step 4: Enable Microsoft Connection for Applications
- In the AuthAction dashboard, navigate to Applications.
- Select the application for which you want to enable Microsoft login.
- Go to the Connections tab and enable the Microsoft connection.
Step 5: Test the Integration
- Open your application's login page.
- Click on Sign in with Microsoft.
- Authenticate using a Microsoft account.
- Verify that the user is successfully redirected back to your application.
Your application is now configured to allow users to log in using Microsoft in production.