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)
Which scope use to get the access token for Microsoft credential
I'm trying to do postman access token request to reach the following api :
however the result returned is always the same:
"error": {
"code": "Unauthorized", ...
Romain
Votes: 0
Answers: 1
Login with CURL and x-auth
Need to do a CURL request to a site that requires login first
I'm unable to actually login, presumably because I'm not able to provide the X-AUTH token. I must be missing something but my understandin...
Peder Wessel
Votes: 0
Answers: 0
Rest Assured Bearer authentication GraphQL
I'm new to learn rest assured and stuck with bearer authentication scenario where i've graphql query and need to pass by generating token first and then pass it through in order to get response result...
DarkShadows
Votes: 0
Answers: 0
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