Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,147 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to Authenticate and authorize an application with Azure AD to access Azure Service Bus entities but how do I give the Permissions and scope for the Service Bus API.
Register your application with an Azure AD
Create a client secret
How do i give Permissions for read only and scope it to a Azure service bus namespace the my console app ?
I follow this document but it don't explain how to give permissions and scope to the app.
authenticate-application