-
Notifications
You must be signed in to change notification settings - Fork 9
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
Consider adding an example with keyId using a URL #8
Comments
I think @csarven actually came up with a good notation to help a server distinguish an id that is a URL that could potentially be dereferenced and others, namely to put the id in So imagine that I want to access a page at
Relative URLs could then also be allowed such as |
The spec treats the contents of keyId as opaque data on purpose and enables specs higher up the chain to describe what is and isn't allowed for keyId. We're trying to keep "smarts" out of this spec and push it up to higher level protocol specs. So, another spec could specify that |
Agreed, I'll try to do this in the next revision. Keep in mind that we're trying to keep the spec very short, so I may add the example and determine that it's a lot of text just to note that you can use a URL in keyId. :) |
The RSA and HMAC examples are very similar. It'd be useful to add a bit more diversity by adding an example with
keyId="<url>"
. Alternatively, if having fewer examples is preferred, consider replacing HMAC examples with URL, and/or something else.The text was updated successfully, but these errors were encountered: