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

Can you please help with this error? This application is running inside the Corporate network. I do have .NET 4.7.2 installed on my machine. The Azure AD set is completed...

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

Trying to understand why writing to Session with OpenId Connect disrupts the Sign In process. For example, if I modify HomeController the way below, the SignIn stops working; By SignIn,...

Hi, We have received the below error while running this source. Error: IDX21323: RequireNonce is 'System.Boolean'. OpenIdConnectProtocolValidationContext.Nonce was null, OpenIdConnectProtocol.ValidatedIdToken.Payload.Nonce was not null. The nonce cannot be validated. If you...

My production server is behind revert proxy. I'm already whitelisted login.microsoftonline.com:443.It redirect to MS login page but cannot login. I've checked the firewall, show that some IP did not match....

Connecting to Azure AD I get a name claim type back not a http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name claim type. The User.Identity.Name is then null. I realize that the example is meant to be...

question
answered

We need to use Authorization Code Flow for existing ASP.Net Web Forms Application. We were trying to follow this sample. This sample is using ResponseType - OpenIdConnectResponseType.CodeIdToken. We were assuming...

Sign in/sign out work normally in regular app. Sign out does not work in azure webapp. I have set the redirect url in web.config and Front-channel logout URL to various...

This is the exact error message: Error: IDX10205: Issuer validation failed. Issuer: 'System.String'. Did not match: validationParameters.ValidIssuer: 'System.String' or validationParameters.ValidIssuers: 'System.String'.