azure-ad-graph-api Questions

2

I am trying to Get access token from Azure AD. For that I have performed below Steps 1) Created an Enterprise application on Azure Active Directory 2) I am able to get the Access token using Au...
Syndactyl asked 3/7, 2019 at 13:4

2

Solved

I am trying to start a scheduled proactive conversation (the bot initiates the conversation on scheduled time). I managed to get the User's AAD ID based on Graph API, but it doesn't match the Team...

2

I have a webapi which generates aad token and I have written token generation logic in Get() method in webapi. I'm able generate aad jwt token from webapi get() method but, now I want to include s...

3

What is the minimum set of permissions require in AAD App to access graph API -checkMemberGroups ? Here are the list of permissions I tried with. Can this set be reduced any further? And am I miss...
Irrationality asked 4/4, 2017 at 18:46

1

There is an existing question which already has an answer; however, the answer comes from a Microsoft developer and reads, "We are working to support the scenario you are requesting..." and goes on...
Hellion asked 17/4, 2018 at 20:36

2

i'm using Graph API to retrieve profile information of user who's currently logged in from the Azure AD, unfortunately i'm receiving the following error message : {"odata.error":{"code":"Request_R...
Noncombatant asked 28/4, 2017 at 2:11

3

I've got access_token from Azure Ad V2.0 endpoint to call Graph Api. But I have to do some actions in the api on behalf of user. So I need refresh_token to renew my access_token when it'll expire. ...

2

Solved

How to get list of Users from my Azure AD B2C in asp net core mvc application?
Sarraute asked 17/11, 2019 at 17:9

2

Solved

My organisation is connected to Azure AD. I'd like to add AD users to my Azure DevOps organisation with C# or via Microsoft REST/Graph API.

1

Solved

We have configured an azure active directory application so that the users to our website can log in via their Microsoft accounts. The problem is that if we do not grant admin access then the Sign ...
Adjunct asked 12/10, 2019 at 8:10

1

Using the extension API documented here: https://msdn.microsoft.com/en-us/library/azure/ad/graph/howto/azure-ad-graph-api-directory-schema-extensions in conjuction with the B2C Graph Client sampl...

4

I am using Azure AD to authenticate the users. I want to add few user claims specific to my application. Should I do it in Application_PostAuthenticateRequest` in global.asax ?. Is there a way I ca...

4

Solved

I'm trying find out if an email address is already taken in my Azure AD B2C directory. var token = await this.GetTokenAsync(); var client = new HttpClient(); var id = HttpUtility.UrlEncode("adri...
Rib asked 19/5, 2016 at 15:29

3

I have an Angular application that talks to the WebAPI and the users are authenticated against Azure Active Directory I followed the sample here https://github.com/Azure-Samples/active-directory-a...
Heathheathberry asked 4/3, 2016 at 17:47

0

While using MSAL-Angular and requesting an access_token for Azure Active Directory graph api(https://graph.windows.net/), it gives token with aud of Microsoft graph api(https://graph.microsoft.com)...

2

I have a multitenant ASP.NET application using OpenIdConnect and Azure AD as an Identity provider for Office 365. When the user is authenticated I receive my claims in ClaimsPrincipal.Current. I w...

1

Solved

According to this documentation: Application and Service principal are clearly two different things. Application is the global identity and Service principal is per Tenant/AAD But This Documentati...

1

Solved

I have the following query to retrieve a User using the GraphServiceClient with .net core 2. user = await _graphClient.Users[principalName].Request() .Expand("Extensions") .GetAsync(); When I...
Uglify asked 7/12, 2018 at 12:55

1

Solved

I am going through the following example: https://azure.microsoft.com/resources/samples/active-directory-dotnet-webapp-groupclaims/ To run the sample, I need Directory.Read.All permission on Micr...
Offutt asked 14/11, 2018 at 21:51

2

Solved

As i understand from documentation, Azure AD B2C creates a new local account for every user that comes from a social login such as GMail/Facebook while signin first time (Correct me, if i'm wrong)....

1

Solved

I am using ADAL's (Microsoft.IdentityModel.Clients.ActiveDirectory v4.3.0) AuthenticationContext.AcquireTokenAsync to acquire a bearer token with a ClientCredential. I am creating a new Authentic...
Metternich asked 25/10, 2018 at 14:40

1

Solved

I made a Bot using Microsoft bot framework and made use of Luis for matching intents. Some of the intents directs it to QNA and and some other intents directs it to graph api. My Question is what...

2

Solved

The id_token contains a claim whose name is unique_name. Its value appears to be the same as that of the upn claim. Which User entity attribute provides the value for this claim?
Pas asked 22/8, 2018 at 23:48

1

Solved

I'm new to the Azure B2C world. I'm attempting to create a Custom User attribute to store data for our application. I've created it in the Azure portal and assigned it to my Signup/SignIn policy. H...
Puparium asked 2/8, 2018 at 15:43

3

I am trying to execute B2C user creation on our company's Azure Directory. As reference, I use this site from Microsoft, and the .DotNet example in it. https://azure.microsoft.com/en-us/documentat...
Slype asked 17/2, 2016 at 11:22

© 2022 - 2024 — McMap. All rights reserved.