We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the browser+JSON flows (i.e., browser API + accept JSON) is currently lacking a couple of features:
ory_kratos_continuity
Implement the missing features.
User Browser+HTML flow
master
No response
The text was updated successfully, but these errors were encountered:
I wanted to add a bit more context.
After a successful OIDC login the response does not contain the correct callback URL to follow up with the consent. Draft PR here: #3271
In the scenario above, the user is signing in to a third-party service and Ory is acting as the OAuth/OIDC provider.
The value of the ory_kratos_continuity cookie is not returned as part of the JSON response when submitting a login/registraton flow.
In the scenario above, the user is using Ory's "Social Sign-In" feature to sign in to the application. Ory is acting as the OAuth/OIDC client.
The two scenarios could also be combined together in a single flow.
Sorry, something went wrong.
hperl
No branches or pull requests
Preflight checklist
Describe your problem
Using the browser+JSON flows (i.e., browser API + accept JSON) is currently lacking a couple of features:
ory_kratos_continuity
cookie is not returned as part of the JSON response when submitting a login/registraton flow.Describe your ideal solution
Implement the missing features.
Workarounds or alternatives
User Browser+HTML flow
Version
master
Additional Context
No response
The text was updated successfully, but these errors were encountered: