Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
728 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I'm trying to implement a RBAC authentication in Python and stumbled upon get_bearer_token_provider. Its second parameter is scopes for the token. And I'm curious of what scope I can set for it. I tried to search examples but I only found https://cognitiveservices.azure.com/.default.
I'd like to know a comprehensive list of available scopes for that method.