How to Enable Authentication with Azure AD
To enable authentication with Azure AD, you can use Chat environment variables.
- Register your application via the Microsoft Azure Portal. Refer to Microsoft Documentation to learn how to register a new application.
- Define environment variables for AI DIAL Chat:
AUTH_AZURE_AD_CLIENT_ID
,AUTH_AZURE_AD_NAME
,AUTH_AZURE_AD_SECRET
,AUTH_AZURE_AD_TENANT_ID
,AUTH_AZURE_AD_SCOPE
.
Refer to Chat to view the complete list of environment variables.
- Launch AI DIAL Chat. Refer to Deployment to learn how to launch AI DIAL.