Questions tagged [azure-oauth]
27 questions
0
votes
0 answers
OAuth authentication with EWS Managed API applications for a specific mailbox
We changed our application such that it authenticates an EWS application by using OAuth. The article «Authenticate an EWS application by using OAuth» was of great help.
The subsection «Configure for app-only authentication» describes how to give…

9001_db
- 81
- 10
0
votes
0 answers
Use HWIOAUTHBundle with LexikJWT in a api-platform project
I havn't no issue to build an api with api-platform and generate token with LexikJwt and refresh with gedinet bundle.
It's easy (thanks a lot, it's a great doc).
I use Symfony 6.1 and try to integrate HWIOAUTH Bundle 2.0 (beta).
My use case : Use…

jessie ugolin
- 1
- 1
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
How to get email from Microsoft graph api oidc/userinfo endpoint
I have setup oauth via azure, i have received an authorization_code which i have exchanged for an access_token. I am then attempting to use that access token to get userinfo data including the email as described in the docs…

Kay
- 17,906
- 63
- 162
- 270
0
votes
1 answer
Azure APIM oAuth workflow - refresh token is missing
I enabled oAuth in Azure API management. Then using ClientId, Client Secret, Scope, Access Token URL & Grant Type, I was able to get the access token. How can I get the refresh token from the API ?

OpenStack
- 5,048
- 9
- 34
- 69
0
votes
1 answer
Is this the right way to implement oAuth 2.0 for azure API management
I followed https://www.youtube.com/watch?v=TRrBqNYtyj8 video to secure my backend API using Azure API management. After following the steps the workflow was not working and I had to add an additional step. After adding the step, I got oAuth workflow…

OpenStack
- 5,048
- 9
- 34
- 69
0
votes
2 answers
Azure API management - oAuth is not working
I am trying to access a service using Azure API management. I have enabled oAuth authentication on top of the service by using API's > Settings > Security and selexting oAuth 2.0. But Even after making this change, I am able to access the endpoints…

OpenStack
- 5,048
- 9
- 34
- 69
0
votes
1 answer
Understanding oAuth workflow
I am reading an article which talks oAuth workflow. Article has a sequence diagram:
I have few questions about the oAuth workflow:
The first endpoint shouldn't it be called Authenticate and not Authorize? Because at this stage user is…

OpenStack
- 5,048
- 9
- 34
- 69
0
votes
1 answer
Gdal connection to Azure Data Lake Storage (Gen 2) virtual file using AZURE_STORAGE_ACCESS_TOKEN
I want to access my Azure Data Lake Storage (Gen 2) files from gdal version 3.5 using authentication with AZURE_STORAGE_ACCESS_TOKEN as described here:https://gdal.org/user/virtual_file_systems.html#vsiadls
None of the other authentication options…

Manrique Vargas
- 55
- 6
0
votes
1 answer
steps to create PowerBI API token
i'm using this URL https://login.windows.net/(the Tenant ID of the App that i made in Azure AD)/oauth2/token to create a Token for PowerBI API. my postman looks like this:
but when i use this Access token to do some operations like getting a list…

Mostafa Bouzari
- 9,207
- 3
- 16
- 26
0
votes
1 answer
For IMAP.AccessAsUser.All Scope ADSTS65001: The user or administrator has not consented to use the application
In my java web application I want to get access to user's mailbox by using jakarta mail. For that purpose I followed…

Amogh
- 4,453
- 11
- 45
- 106
-1
votes
1 answer
Power Bi Azure Cost Management - oauth token
I use Azure Cost Management connector to retrieve data directly info Power Bi. There is an authentication process which based on personal account generate OAuth token (automatically). Token is valid only 1hour. Am I able to have longer expiration…

inspiredd
- 195
- 2
- 11