Microsoft OAuth
Set up Microsoft authentication for your Conduit application.
Configuration Steps
- Go to Azure Portal > App registrations
- Create new registration
- Add Redirect URI (Web):
http://localhost:3000/hook/authentication/microsoft - Create client secret under Certificates & secrets
- Note your Application (client) ID and Secret
- In Conduit Admin Panel, enable Microsoft provider
- Enter your credentials and save
Test Authentication
curl -X GET 'http://localhost:3000/authentication/init/microsoft'
Navigate to the returned URL to complete the OAuth flow.
Production
Update callback URL for production:
https://yourdomain.com/hook/authentication/microsoft