IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 763 forks source link

"No signin id passed" message #3906

Open lyolikaa opened 7 years ago

lyolikaa commented 7 years ago

Hello. I'm trying to implement Quickbooks SSO provider with Katana middleware. app.UseOpenIdConnectAuthentication(new OpenIdConnectAuthenticationOptions... .. SignInAsAuthenticationType = signInAsType,//"idsrv.external" ... As a response I get callback to: http://localhost:44333/callback?state=... And get error: There is an error determining which application you are signing into. Return to the application and try again. Request Id: 80000046-0000-e800-b63f-84710c7967bb Where the "signinid" is stored, or do I need put it somewhere at all? Thank you)