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)
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)