azure-ad-graph-api Questions

3

Solved

I am trying to get the expiry date of the client secrets for our AAD application. However when I use the following graph request, the passwordCredential and keyCredential fields is blank. https:/...
Tolyl asked 4/2, 2017 at 0:55

13

Solved

When trying to access the Graph Service Client using I am receiving the error: Code: Authorization_RequestDenied Message: Insufficient privileges to complete the operation. After researching this...

3

I need to discover user's tenant name, since the service endpoint, resourceId that I'll be using an Azure service that requires me to specify the tenant name: service endpoint: https://[tenantnam...

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...

2

Solved

What are ways to include custom claims (user subscriptions or roles list as example) in a token before issuing it in Azure AD B2C, provided that claims are stored somewhere on own server (not avail...
Levity asked 31/8, 2017 at 13:18

2

Solved

I am trying to call graph api to get user information. I am using postman to get the token first and then using that token trying to make a request to graph api I get the token with below post req...

8

Solved

I have two applications registered under the Azure Portal: a test version and a production version. My test App works fine with the Client Id and ClientSecret/AppKey that I got from the test app's ...

2

Solved

I am trying to implement the "On-Behalf-Of" flow between my Client (ReactJS), Express + Node.js server (API), and Microsoft Graph. So far I have requested an accessToken from microsoft (C...

6

Solved

I am able to get access to a user's accessToken, and am making a call to GET https://graph.microsoft.com/v1.0/me with an Authorization: Bearer <token> header. However, in the response body I...

1

I've created Azure B2C custom policy to get claims in ID/Access token & getting refresh token through "authorization_code" grant. Then I've updated one of User claim i.e("displayName") through ...

4

Solved

I want to know the email address of a user to send an email. On my application, people can sign up with social accounts (google/facebook/Microsoft) or local accounts. When creating a local account...
Cessation asked 11/10, 2019 at 17:12

1

Solved

We have an Angular application that is using the capacitor-oauth2 Library to get tokens from our Azure AD and Azure B2C AD. when I have the Token from B2C I can verify it with following Code in my ...
Amazing asked 25/10, 2022 at 15:49

4

Solved

I built an app in my Azure ad b2c tenant and configured it as shown, but why can't I request an access token in postman? app registration API permissions postman screenshot Here are the links to th...

7

Solved

Removing an AppRole from an Application’s manifest produces a 400 Bad Request with the error Property value cannot be deleted unless it is disabled first. When I set the isEnabled property t...

4

Solved

Graph API Paging explains that the response would contain a field @odata.nextLink which would contain a skiptoken pointing to the next page of contents. When I test the API, I'm getting a fully-qua...
Agamic asked 22/12, 2016 at 9:45

3

Solved

I'm developing a little WPF-App that is supposed to query some data from the MS Graph API. I want to use SSO, so the user doesn't have to login to the app seperatly. The app is run on a Azure AD j...

3

Solved

I'm using https://login.microsoftonline.com/.../oauth2/v2.0/token to authenticate (authorization_code grant) to azure Ad using the scopes: offline_access, openid, profile, User.Read According to th...

6

Solved

I have the following POST call I need to make. However, even if I provided the right client id and secret id, my call is getting rejected. curl POST https://login.microsoftonline.com/f02....e3/oa...
Glaucescent asked 14/12, 2016 at 1:55

0

Trying to perform silent login from Cypress. While setting msal.client.info in local storage, getting an error "Invalid base64 string" and it's not login user to web application. Tried to...

4

Solved

I'd like to use this library to interact with the graph API for my AD - https://github.com/microsoftgraph/microsoft-graph-docs/blob/master/concepts/nodejs.md However, all of the existing javascrip...
Calamine asked 30/5, 2018 at 21:32

0

We have an AAD Application with several app roles and we assign those roles to users. A couple days ago, we started to receive errors on the Graph API when we try to delete certain assignment...

1

Solved

I'm trying to use the microsoft graph mail api to query for a small amount of emails using the in operator but cannot find an example. This is how I am trying to use it: https://graph.microsoft.com...
Framboise asked 12/10, 2020 at 17:15

2

Solved

I am trying to write a script to assign users to an Azure AD application (servicePrincipal) using Graph API. I am testing this in my sandbox, where I have defined the app and assigned users to it. ...
Dysuria asked 19/4, 2017 at 19:47

1

I have a django-based web application, a client requested that we integrate the login with Azure AD, following the documents I managed to integrate with the following flow. In django the user types...
Rowney asked 19/7, 2020 at 15:30

2

Solved

I am using the GraphServiceClient with .Net Core 2. I am trying to add AdditionalData to my Users using the following code var updated = new User() { AdditionalData = new Dictionary<string, o...
Manoff asked 7/12, 2018 at 13:57

© 2022 - 2024 — McMap. All rights reserved.