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

Let Providers expose a list of registries they trust #35

Open
jmandel opened this issue Jul 30, 2013 · 0 comments
Open

Let Providers expose a list of registries they trust #35

jmandel opened this issue Jul 30, 2013 · 0 comments

Comments

@jmandel
Copy link
Member

jmandel commented Jul 30, 2013

e.g.

a (fixed or discoverable) endpoint like:

GET /.well-known/bb/trusted-registries.json

Returns:

[
  "https://bbplus-static-registry.aws.af.cm",
  "http://blue-button.org"
]

(A use case here: how can we kick off an app launch starting from the provider system? By passing the app enough hint parameters that it can figure out what it needs to know, including, say, which preregistration JWT to pass along. If we have this "trusted registries" list discoverable, then an app just needs to know the URL of the provider and it can figure out the rest.)

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