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

Multiple layers of privacy-proxy. #97

Open
jhoyla opened this issue Oct 26, 2021 · 0 comments
Open

Multiple layers of privacy-proxy. #97

jhoyla opened this issue Oct 26, 2021 · 0 comments

Comments

@jhoyla
Copy link

jhoyla commented Oct 26, 2021

A potential use case we might want to consider is multiple layers of privacy-proxy.
Consider a website that wants rate limits provided by Issuer₁ and Geo-location provided by Issuer₂.
Whilst the Origin could require the protocol to be run twice there isn't an obvious mechanism to ensure that the Client provides the same identity to Issuer₁ and Issuer₂.
Instead of doing this, before issuing any tokens Issuer₁ could forward the AccessTokenRequest to Mediator₂. This ensures that both mediators see the same request.
If tokens are issued by Issuer₂ and returned to Issuer₁ then Issuer₁ will issue tokens to the Client.

Something like this:
image

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