Last updated by: SWETHAA S, Last updated on: 11/01/2026
OpenWebUI Azure AD Setup Documentation
1. Creating the AI User Azure AD Group
- Sign in to Intra.
- Navigate to Azure AD → Groups → New Group.
- Configure the group:
- Group Type: Security
- Group Name: AI User
- Owners: Swethaa Sundaram, Richard (and later Ben)
- Members: Swethaa Sundaram, Richard, Ben
- Membership Type: Assigned
- Chosen because it allows manual selection of members and gives owners easier control over who has access.
- Create the group.
2. Registering the OpenWebUI Application in Azure
- Go to Azure AD → App Registrations → New Registration.
- Configure the app:
- Name: OpenWebUI
- Supported Account Types: Accounts in this organization directory only (Single Tenant)
- Redirect URI Platform: Web
- Redirect URI: The callback URL provided by Richard
- Click Register.
3. Collecting Required IDs for Richard
After registration:
- Microsoft Client ID: Copied from Application (client) ID
- Microsoft Tenant ID: Copied from Directory (tenant) ID
4. Creating the Client Secret
- Go to Certificates & Secrets.
- Click New Client Secret.
- Add:
- Description: OpenWebUI Secret
- Expiry: 6–12 months (recommended)
- Click Add.
- Copy the Value of the client secret (this is the actual secret Richard asked for).
- Note: The Secret ID is not used — only the Value.
If you'd like, I can extend this documentation with diagrams, step-by-step screenshots placeholders, or the next steps for configuring OpenWebUI with Azure AD authentication.