B2C-GraphAPI-DotNet icon indicating copy to clipboard operation
B2C-GraphAPI-DotNet copied to clipboard

Stop using a v1 app to make Graph calls

Open dstrockis opened this issue 9 years ago • 4 comments

Just use the B2C app itself

dstrockis avatar Jan 23 '17 21:01 dstrockis

Do I understand, that instead of creating app in AD via powershell as being mentoied in many tutorials and docs is possible to use already created and used B2C extension app which already has access to AD? I have finished small app which uses Azure Mobile App and Android client protected by Azure AD B2C and got interested in calling AD Graph API from this Azure Mobile App backend written in .NET. Now I came here and see that You suggest not using v1 app which I understand is the one created using powershell tool? So as I understand I have to use AppID and Key from ADB2C extension app to get token from AD Graph API?

So is this possible to use this in Azure Mobile App? Do I need to use library ADAL to authenticate with AppID and key from B2C extension app? There is not much info for one using Azure Mobile App backend in .NET.

llumpu avatar Jan 25 '17 08:01 llumpu

Just use the B2C app itself

@dstrockis Could you possible clarify what you mean by this with example code?

JimBobSquarePants avatar Nov 15 '18 10:11 JimBobSquarePants

There is no example code because this is not currently possible. Once the feature is delivered, the code sample would be simplified and this issue closed.

gsacavdm avatar Nov 15 '18 15:11 gsacavdm

Ah ok, makes sense. Thanks!

JimBobSquarePants avatar Nov 15 '18 17:11 JimBobSquarePants

Closing as we are archiving this repo. Please refer to instead: Azure AD B2C user account management with .NET Core and Microsoft Graph

derisen avatar Jun 02 '23 15:06 derisen