azure-ad-graph-api Questions
4
I am authenticating users of my web api against Azure Active Directory.
Now I want to get a list of groups that this user belongs.
I changed application manifest to include
"groupMembershipClai...
Greenway asked 11/2, 2016 at 15:27
1
Solved
I am trying to access some information about users on an AD network through Azure Graph API. The code looks like this:
from azure.common.credentials import ServicePrincipalCredentials
from azure.g...
Folk asked 18/4, 2018 at 9:8
1
Solved
A few days ago, before implementing user management with the Azure Active Directory Graph API (not Microsoft Graph) in our web app for Azure AD B2C users, I was able to log into the Azure Portal, f...
Anguilliform asked 27/3, 2018 at 4:54
2
Solved
I want to create users on the Azure Active Directory B2C i followed each steps for that in the given link Here
URL :- https://graph.windows.net/testinggmail.onmicrosoft.com/users?api-version=1.6
...
Hidebound asked 12/3, 2018 at 7:59
6
I am looking for a way to authenticate a user by username/password in a headless manner for Azure AD b2c. Azure AD b2c is great but we feel the redirects for logins can lead to confusion among cust...
Hyksos asked 28/1, 2016 at 21:27
3
Solved
I've been using this:
https://github.com/Azure-Samples/active-directory-php-graphapi-web.git
to access the graph api, which works. My azure AD registered application is able to query the API to ...
Beauvais asked 18/11, 2015 at 22:12
0
I'm creating an asp net core 2 web api using azure AD B2C for authentification.
I would like to use AD B2C groups to restrict the use of some controllers to admin members.
I've understood that for...
Mantra asked 4/12, 2017 at 20:41
2
Solved
As an enterprise, we would like to use Azure AD B2C and we have internal and external users.
Azure AD helps us manage our Azure users, corporate users and we can even add users with [email pr...
Vachell asked 15/9, 2017 at 10:47
2
Solved
We're looking to query users in the azure ad b2c directory and programmatically extract their login email for all types of users. Which we understand to be:
Standard User
Guest User (B2B)
Local U...
Dive asked 6/11, 2017 at 18:48
1
Solved
Can I define a custom attribute whose data type is stringCollection and update it via the Azure AD Graph API? My experiment is failing:
The request body contains unexpected characters/content f...
Sharmainesharman asked 21/11, 2017 at 16:35
1
I'm having some trouble understanding how to get a Microsoft graph API token that lives more than 3599 seconds.
This is my first call to the API to get the first token:
And now that I got a ref...
Nitpicking asked 2/11, 2017 at 14:6
1
Solved
I have been trying to play around with the Microsoft Graph API. I have a situation here. I have assigned some meeting rooms with an email ID and want to know the availability of all.
If the rooms ...
Dessiedessma asked 10/9, 2017 at 9:58
1
I am trying to find a solution for resetting user's passwords (all users, not just the authenticated user) in Azure Active directory via a non-interactive login.
Right now it seems this is only a...
Rumen asked 6/9, 2017 at 14:25
1
I have a standalone web application (not an add-in) and I would like to access Project Server PWA oData from this web application without using the PWA username/password combination.
I can do this...
Ecchymosis asked 1/8, 2016 at 7:40
1
Solved
Where would I look to check the AzureAD version? Is there some command line utility that would return the version, or some rest endpoint that gives basic information like that?
Abstemious asked 31/8, 2017 at 17:58
2
Solved
I'm trying to use the Sample Graph API app to change a user's password but I'm getting:
Error Calling the Graph API Response:
{
"odata.error": {
"code": "Authorization_RequestDenied",
"message...
Melodrama asked 8/8, 2017 at 20:37
1
I am working with Microsoft Graph to manage Azure AD users and am having some trouble accessing extension properties on a User object. The property was added when the user was created using Azure A...
Shackelford asked 28/8, 2017 at 18:9
1
Solved
I'm trying to provide the correlation id for this issue but I'm not sure how to obtain it. I assume it should be in response, is that correct? Is it the client-request-id maybe?
HTTP Response
HTT...
Markmarkdown asked 9/8, 2017 at 14:41
1
Solved
Is it possible to tell either in the XML file or through OfficeJs if the add-in can use the REST API or if it needs to use the older EWS API?
We have an Outlook add-in that needs to support OWA/O3...
Elysium asked 1/8, 2017 at 16:34
2
Solved
I'm trying to leverage the beta api for assigning azure users to applications.
I looked at the documentation and tried a variety of attempts in a C# console app using HttpClient and WebClient and ...
Oust asked 20/7, 2017 at 0:20
2
Solved
TL;TR
We are creating an AAD application using the Microsoft Graph API. The application has some requiredResourceAccess entries where one requires access to microsoft graph.
After we create the a...
Symbolize asked 7/4, 2017 at 8:56
1
Solved
I'm trying to retrieve the policies created for my tenant on the Azure AD portal using the Microsoft Graph API. As I understand from the graph API documentation, all the policy CRUD operations requ...
Himmler asked 3/4, 2017 at 22:49
2
Solved
I can successfully get what appears to be the png data of a user image but am unable to get it to display in an img element.
(Im getting the data by calling - https://graph.windows.net/{my tenant}/...
Gone asked 24/2, 2017 at 20:19
1
Solved
I am building a native iOS application and want to use AADB2C as identity provider where users login, signup, reset their passwords etc.
I cannot figure out a way to let users signup with AADB2C (...
Avow asked 7/2, 2017 at 19:34
1
Solved
I've the following auth code copied from the browser for a user who granted our app to use their Office 365 email.
code=OAQABAAIAAADRNYRQ3dhRSrm-4K-adpCJ3J3UJ8GyC2qJDvNhlrUAObjph6sQ3A9waeQ5Tr-DA6...
Cule asked 6/2, 2017 at 18:1
© 2022 - 2024 — McMap. All rights reserved.