Auth Code Flow
Step 1: App Registrations
- Provide an Application Name for registration.
- Provide a redirect URL as a Auth Code Flow.
- Click on Register.
Step 2: Where to Find the Credentials
- The
Client ID
and theTenant ID
are displayed in the Overview section of the registered application.
- When passing the details for
authority
, theTenant ID
is added to the URL as shown in the example below.https://login.microsoftonline.com/TenantID
Configure Ingestion
Once your server security is set, it's time to review the ingestion configuration. Our bots support JWT tokens to authenticate to the server when sending requests.
Find more information on Enabling JWT Tokens and JWT Troubleshooting to ensure seamless authentication.