mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
DOCS: CORS preflight in console (#2642)
* document CORS preflight for console * rm paste error.
This commit is contained in:
parent
b666918e43
commit
91fd44e686
2 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ settings:
|
|||
### Overrides
|
||||
|
||||
- **Any Authenticated User**: This setting will allow access to a route with this policy attached to any user who can authenticate to your Identity Provider (**IdP**).
|
||||
- **CORS Preflight**:
|
||||
- **CORS Preflight**: Allow unauthenticated HTTP OPTIONS requests as per the CORS spec.
|
||||
- **Public Access**: This setting allows complete, unrestricted access to an associated route. Use this setting with caution.
|
||||
- name: "Certificates"
|
||||
- name: "Configure"
|
||||
|
|
|
@ -356,7 +356,7 @@ A policy can only support PPL or Rego. Once one is set, the other tab is disable
|
|||
### Overrides
|
||||
|
||||
- **Any Authenticated User**: This setting will allow access to a route with this policy attached to any user who can authenticate to your Identity Provider (**IdP**).
|
||||
- **CORS Preflight**:
|
||||
- **CORS Preflight**: Allow unauthenticated HTTP OPTIONS requests as per the CORS spec.
|
||||
- **Public Access**: This setting allows complete, unrestricted access to an associated route. Use this setting with caution.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue