Skip to content
New issue

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

Push-based post-interaction hook #60

Closed
jricher opened this issue Nov 13, 2020 · 2 comments
Closed

Push-based post-interaction hook #60

jricher opened this issue Nov 13, 2020 · 2 comments

Comments

@jricher
Copy link
Collaborator

jricher commented Nov 13, 2020

§2.5.3.2 Receive an HTTP Direct Callback: Editor's note:

This post-interaction method can be used in advanced use cases like asynchronous authorization, or simply to signal the client that it should move to the next part of the protocol, even when there is no user present at the client. As such it can feel a little odd being inside the "interact" block of the protocol, but it does align with the redirect-based "callback" method and it seems they really should be mutually-exclusive. Additionally, should there be a method for simply pushing the updated response directly to the client, instead?

@davidgtonge
Copy link

This is a tricky one. I agree that the fact they should be mutually exclusive makes putting them both under the callback section make sense.

Typically a redirect based interaction would occur in a short time window. Whereas a push based interaction has no such limitation. Is this something that should be specified rather?

In CIBA we added the requested_expiry option which allows the RC to signal the time window where it requires the callback. This is important as some interactions need to happen while a user is present (even if no redirect is involved), whereas others have no time pressure.

@jricher
Copy link
Collaborator Author

jricher commented Oct 21, 2021

This has been obsoleted by the move to the interaction finish structure.

@jricher jricher closed this as completed Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants