aspnetcore-connect-sample icon indicating copy to clipboard operation
aspnetcore-connect-sample copied to clipboard

[ARCHIVED] This ASP.NET Core MVC sample shows how to connect to Microsoft Graph using delegated permissions and the Azure AD v2.0 (MSAL) endpoint.

Results 5 aspnetcore-connect-sample issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 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

I run this app after filling in the details as instructed. I get this error after trying to Login OpenIdConnectProtocolException: Message contains error: 'invalid_request', error_description: 'AADSTS50194: Application '{id}'({name} is not...

**Bug description** A clear and concise description of what the bug is. **Repro steps** I'm trying to modify the your sample to pull user group membership in Startup.cs class file...

1. Updated the GraphAuthProvider.cs for supporting single tenant. _app = ConfidentialClientApplicationBuilder.Create(azureOptions.ClientId) .WithClientSecret(azureOptions.ClientSecret) .WithTenantId(azureOptions.TenantId) .WithAuthority(AzureCloudInstance.AzurePublic, AadAuthorityAudience.AzureAdMyOrg) .WithRedirectUri(azureOptions.BaseUrl + azureOptions.CallbackPath) .Build(); Azure App updated for Single Tenant: ![image](https://user-images.githubusercontent.com/3500375/84658854-dc3a9b80-af59-11ea-864a-34ab6c4cd877.png) 2. From Azure Portal,...

bug
area: authentication

Are there any plans for the release Version for ADAL or Azure Endpoint v1.0? I'm trying to play around in this solution but I'm not making any progress.

request: sample