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

A sample application that shows how to call the Azure AD Graph API for an Azure AD B2C directory.

Results 11 B2C-GraphAPI-DotNet issues
Sort by recently updated
recently updated
newest added

It works perfectly fine with authority as login.microsoftonline.com but when authority is changed to b2clogin.com. It throws an exception. I tried upgrading AD nuget to the latest version 5.1 and...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

If the B2C LocalAccount IdentityProvider is set to use "Username" (as opposed to email), how do you specify the email address required for password reset? The regular susi user flow...

It would be great if someone could update the references to reflect current APIs. For instance, `AcquireToken `changed to `AcquireTokenAsync`

Error Calling the Graph API: { "odata.error": { "code": "Authorization_RequestDenied", "message": { "lang": "en", "value": "Insufficient privileges to complete the operation." }, "requestId": "d84ef9fe-45ee-4b64-be69-3e6feb332ad1", "date": "2019-12-29T12:18:39" } }

question

do you have template json files stored somewhere? eg:usertemplate-email

This pull request upgrades this project from .NET Framework to .NET Core 3.0

GetAllUsers() does not acquire all users but only 'first' (or better be said 'some') 100 users. This function either should be called differently or should handle odata.nextLink property returned from...

Lifts the common code out into SendRequest and uses the defined Globals consistently for endpoints, versioning etc