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

Investigate private network access spec #420

Open
AndersAbel opened this issue Mar 27, 2024 · 0 comments
Open

Investigate private network access spec #420

AndersAbel opened this issue Mar 27, 2024 · 0 comments

Comments

@AndersAbel
Copy link

Chromium intends to implement https://wicg.github.io/private-network-access/ This was incorrectly enabled too early which caused issues for users: https://issues.chromium.org/issues/330364341

It looks like this could affect usage of a localhost redirect uri in an OIDC flow. To make them work there might be an actual listener required to be available on the URL which responds to a CORS pre-flight request. From what I can see this would not affect claimed URLs or custom schemes.

This likely something we need to point out in the docs and possibly update our samples with code to handle the CORS pre-flight request.

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