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)
C# - Get Graph access token - using Client ID, Client Secret, Scope with Client Delegated Permissions
I have got the graph delegated permissions on my AAD app Client ID.
Now, I want to request access token for the graph calls using app Client ID, app Client Secret and Graph Scope in the backend withou...
RealSteel
Votes: 0
Answers: 1
IdentityServer - Client cannot request OpenID scopes in client credentials flow
I have a IdentityServer4 Admin client with Hybrid flow and it is working fine. The Admin client has some controllers (APIs) and I want to expose them as API for other applications. To achieve that I a...
Ganu
Votes: 0
Answers: 0
Client Credential Flow in power automate
We want to call 3rd party API, the 3rd party API follow the Client Credential flow as per this document:-
https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-credentials-fl...
John John
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