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

Feature: Document CSP directives #164

Open
ojensen5115 opened this issue Sep 26, 2022 · 0 comments
Open

Feature: Document CSP directives #164

ojensen5115 opened this issue Sep 26, 2022 · 0 comments

Comments

@ojensen5115
Copy link

Description

Many web applications employ a Content Security Policy to restrict which domains or resources can be loaded. It would be nice to document what domains need to be allow-listed in order to allow Authing to work.

For example, necessary CSP directives will need to include at least the following:

  • connect-src: [youraccount].authing.cn core.authing.cn files.authing.co
  • img-src: authing-files.oss-cn-zhangjiakou.aliyuncs.com
  • font-src: at.alicdn.com

I'm not sure if the above list is complete.

Proposed solution

Documenting the full list of origins that need to be added to a web application's Content Security Policy to allow Authing to function.

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