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

Backchannel binding between AS and RH #86

Open
michielbdejong opened this issue Jun 27, 2024 · 1 comment
Open

Backchannel binding between AS and RH #86

michielbdejong opened this issue Jun 27, 2024 · 1 comment

Comments

@michielbdejong
Copy link
Collaborator

Consider the simplest case, 'view', which just gives a 'yes'/'no' answer.
It's not enough for the RH to return this answer via the front channel.
Even if we use a resource registry, it still needs to know whether the answer was yes or no.
And you don't want to register a resource every time someone views or picks a scope.

So we need to solve this problem for the simplest yes/no case. I think we cannot therefore reuse GNAP-RS for this, and we should go back to our original idea of a nested authorization code flow.

@michielbdejong
Copy link
Collaborator Author

It's not about registering the resource, it's about registering the answer.

flow-within-flow would make the RH very complex (needs to expose an API, and keep state)

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

1 participant