AppModelv2-WebApp-OpenIDConnect-DotNet icon indicating copy to clipboard operation
AppModelv2-WebApp-OpenIDConnect-DotNet copied to clipboard

ASP.NET Web Server - OpenID Connect v2 Endpoint Sample

Results 16 AppModelv2-WebApp-OpenIDConnect-DotNet issues
Sort by recently updated
recently updated
newest added

Hi. This demo is currently using the OIDC 'implicit flow', which is no longer recommended by the IETF. As such it would be good to get the demo changed to...

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.1.1 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

Bumps [Microsoft.Owin.Security.Cookies](https://github.com/aspnet/AspNetKatana) from 4.1.1 to 4.2.2. Release notes Sourced from Microsoft.Owin.Security.Cookies's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

The commit on April 16, 2023 blew up the repo. The instant indication was that all of the authentication config values in web.config (ClientId, Tenant, etc.) disappear in this checkin...

AADSTS700016: Application with identifier 'Enter_the_Application_Id_here' was not found in the directory 'abc '. This can happen if the application has not been installed by the administrator of the tenant or...

**I see using Microsoft.Owin.Security.OpenIdConnect configure AAD auth in readme.** ![image](https://github.com/AzureADQuickStarts/AppModelv2-WebApp-OpenIDConnect-DotNet/assets/34880005/bca635e7-05dd-4bd9-b606-8ccf809bb60e) **but in the real startup.cs it using Microsoft.Identity.Web library:** ![image](https://github.com/AzureADQuickStarts/AppModelv2-WebApp-OpenIDConnect-DotNet/assets/34880005/f13cff68-f188-4c48-85ad-d632885ac10e) **I'm wondering which library should I use in .net framework?...