Questions tagged [microsoft-oauth]
18 questions
0
votes
1 answer
ClientConfigurationError Microsoft OAuth Flow
I am implementing the Microsoft Auth code flow but I am stuck with this error.
Based on this code example, here is how I am initializing the client:
const config = {
auth: {
clientId: process.env.MICROSOFT_CLIENT_ID,
authority:…

gallivantingitalian
- 67
- 1
- 2
- 5
0
votes
1 answer
Admin-approved User.Read.All scope is not granted in the OAuth token scopes
My Azure app has the scope User.Read.All approved by an admin:
I request the following scopes in my oauth registration:
scope:
- profile
- email
- openid
- offline_access
- User.Read.All
- Files.Read.All
And manage to successfully make…

Mugen
- 8,301
- 10
- 62
- 140
0
votes
1 answer
Is there any API to revoke a user's token in mocrosoft graph?
I'm looking for an API in microsft graph to revoke a user's token. Apparently, there is not also any method in O365 python library.
Normally, we can revoke the credentials of our applications via microsoft account consent page manually, but I…

Benyamin Jafari
- 27,880
- 26
- 135
- 150