python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I include custom scopes for a given Application in Azure AD's OpenID Connect Metadata discovery endpoint?
I have a REST API hosted in Azure App Services that defines custom scopes for restricting access to specific operations in the API to certain groups of users. When accessing the Azure's OpenID Connect...
julealgon
Votes: 0
Answers: 1
Shopify API Access scopes
I need a read_draft_orders and write_draft_orders permission after my app is approved by Shopify. right now when I training to install an app that time Shopify gives me an error like - Oauth error mis...
Ronak Panchal
Votes: 0
Answers: 1
You do not have permission to call ScriptApp.getProjectTriggers. Required permissions: https://www.googleapis.com/auth/script.scriptapp
I get this error, even though I added this scope to my apps-script project manifest.
What else is missing?
You do not have permission to call ScriptApp.getProjectTriggers. Required permissions: https:...
Elad Benda
Votes: 0
Answers: 1
AAD client-credentials flow request scope for web api
I got a console app that needs to support two flows, authenticating against AAD to talk to a web api:
for regular usage by humans, it needs to support interactive login
for usage by a CI/CD pipeline ...
Modern Ronin
Votes: 0
Answers: 1