azure-active-directory Questions
2
To grant Microsoft Graph API permissions to a User-Assigned Managed Service Identity or System-Assigned Managed Service Identity, one has to use PowerShell. All the articles I can find (e.g. this) ...
Gaullism asked 7/7, 2022 at 22:22
2
I'm using Terraform to create app registration and roles for our apps. But I cannot figure out how to do the same with Bicep. This is what's used today:
Step 1. Register the app in Active Directory...
Rutheruthenia asked 9/9, 2021 at 15:26
2
Solved
Setting up a simple out-of-the-box ASP.NET Core MVC app in Visual Studio 2019 with authentication enabled against an Azure Active Directory will result in implicit OAuth2 flow while using OpenID-Co...
Zendah asked 1/8, 2019 at 13:23
3
Solved
I wanted to generate Azure token from Postman for API authorization in my project. I am able to generate token using below API request but getting the below error message "Authorization denied for ...
Odoric asked 9/7, 2019 at 13:46
3
Solved
I have been following the document: https://learn.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/aad/service-prin-aad-token
to create a service principal and use it to access Databricks....
Maine asked 1/9, 2020 at 10:45
4
Solved
I have 3 websites using a single B2C tenant. I have been asked to set it up so that when a user signs out of one website, sign out of them all.
Likewise if their account is deleted.
I thought tha...
Platon asked 16/12, 2016 at 14:59
2
I am using the @azure/msal-angular version 2 and Angular version 13. The scenario is when the user signed in to the application need to authorize the user if he doesn't have access need to sign out...
Mhd asked 4/3, 2022 at 12:28
6
I was trying to obtain JWT token from Microsoft Azure Active Directory using Certificate credentials for application authentication.
I am struck at figuring out the value of "x5t".
I have tried w...
Vinous asked 2/6, 2018 at 13:35
7
Error: Failed to get existing workspaces: containers.Client#ListBlobs: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code=&q...
Aweigh asked 14/11, 2022 at 12:28
3
Solved
I'm using the @azure/msal-node package in a node application to enable my users to log in using their AzureAD credentials. Logging in and acquiring session tokens works fine, but I cannot find a wa...
Pritchett asked 4/10, 2020 at 20:36
3
Solved
I am using ADAL library to get access token for a resource. Does anyone know what format is the expiration time in ? more specifically
"exp" (Expiration time) claim.
JwtSecurityToken clas...
Anticlinorium asked 7/10, 2016 at 21:32
6
Solved
Using the Azure CLI 2.x, I cannot find a way to "add a Scope" under the expose an API section in Azure AD Portal.
What I do see is if I pass the --identifier-uris when the app is created...
Outvote asked 30/6, 2020 at 20:15
9
Solved
Azure Blob Storage "Authorization Permission Mismatch" error for get request with AD token
I am building an Angular 6 application that will be able to make CRUD operation on Azure Blob Storage. I'm however using postman to test requests before implementing them inside the app and copy-pa...
Apthorp asked 11/10, 2018 at 22:28
4
Solved
I'm trying to give a console app permission to call an API in Azure AD.
When I go to "Add permissions," "application permissions" is grayed out and I can only select "delegated permissions."
My u...
Anglim asked 6/8, 2019 at 15:28
2
Solved
How can I get an AAD tenant name (not necessarily mine), from a GUID? This would be via the REST API ideally, but the Azure CLI/Powershell works too.
I found an answer here, but it requires going ...
Shawntashawwal asked 12/2, 2019 at 17:37
1
Solved
I am facing an issue while working with Redirect Url and getting the data from QueryParams in Python using FastApi. I am using Azure AD Authorization Grant Flow to log in, below is the code which g...
Boatright asked 9/3, 2024 at 8:54
2
Solved
I know a similar question is already asked earlier at stack overflow but it didn't worked for me. Kindly read the entire question before answering/commenting.
I have implemented AD B2C in two web...
Mismanage asked 26/4, 2018 at 10:5
15
I'm attempting to authenticate for Azure AD and Graph for an Intranet (Based off Orchard CMS), this functions as expected on my local machine, however, when accessing what will be the production si...
Telamon asked 20/4, 2018 at 14:33
3
I am trying to build a method which validates my tokens. I am retrieving my tokens from Azure Active Directory with Open Id Connect Authorization Code Flow. The tokens that I get are the access_tok...
Evslin asked 9/7, 2019 at 14:21
8
Solved
I am using Azure DevOps with a Microsoft Account (@outlook.com). The same account is co-administrator of 3 different Azure Subscriptions.
I am trying to create a new Service connection from my Azu...
Bootlace asked 12/4, 2020 at 12:39
3
Solved
I have created a RBAC enabled service principal in Azure to configure Key Vault access within my OS using environment variables. When you create a service principal, the Azure CLI responds with the...
Shandeigh asked 18/7, 2020 at 16:51
11
Solved
I has this error when trying to loginRedirect in React app using @azure/[email protected] and @azure/[email protected]. The login data returns correctly but the exception is raised in the...
Fruitage asked 28/2, 2021 at 2:1
5
My Web App fails to login to the DB server when the Azure Active Directory Admin is an AAD Group
I have been rolling out the 'new' Managed Identity feature on my Azure Web Apps with varying levels ...
Butterfat asked 16/3, 2022 at 9:42
5
Solved
Following this procedure:
https://learn.microsoft.com/en-us/graph/auth-v2-user
I'm trying to get a refresh token from this microsoft end point:
https://login.microsoftonline.com/{tenantId}/oauth2...
Emilio asked 4/9, 2019 at 13:32
3
Solved
I sent the following request using postman:
https://graph.microsoft.com/v1.0/auditLogs/signIns
And the response was of 1000 records. Is there a way to overcome the limit of records? I tried:
ht...
Galle asked 6/5, 2020 at 6:16
© 2022 - 2025 — McMap. All rights reserved.