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

Inserting .well-known at the beginning of the path is unworkable #15

Open
selfissued opened this issue Oct 31, 2022 · 0 comments
Open

Comments

@selfissued
Copy link

The spec describes "inserting "/.well-known/" and the well-known URI suffix between the host component and the path component". I know why you're specifying that, and indeed, the reasons are discussed in the Compatibility Notes section at https://www.rfc-editor.org/rfc/rfc8414.html#section-5 . However, in practice, in multitenant systems, while the tenant will likely have write access to https://example.com// and can put a .well-known resource there, it likely will not have write access to https://example.com/ and so cannot put a .well-known resource there.

At a minimum, I'd describe the problem and say that, in practice, most implementations using paths will need to put the .well-known resource at the end of the path,.

P.S. There's a chance that Mark Nottingham and will update the .well-known RFC to explicitly allow this. I plan to talk to him about it at IETF in London next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant