You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: