Open Azure Portal
Go to portal.azure.com
→ Azure Active Directory → App registrations → New registration
Fill in the registration form
• Name: any name, e.g. Dataverse App Gallery
• Supported account types: Accounts in this organizational directory only
• Redirect URI: leave blank for now
Copy the IDs
On the Overview page save:
• Application (client) ID → paste into Client ID above
• Directory (tenant) ID → paste into Tenant ID above
Configure redirect URIs Authentication → Add a platform → Single-page application (SPA)
Add both:
• (this app)
• http://localhost:4280 (local dev with SWA CLI)
Grant Dataverse permission API permissions → Add a permission → Dynamics CRM
→ Delegated permissions → user_impersonation → Add
Then click Grant admin consent (requires admin rights)
🔐
Sign in to access Dataverse App Gallery
Connect to your Dataverse environment using your Microsoft account to access available applications.