mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-05 21:36:02 +02:00
* document CORS preflight for console * rm paste error. Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
parent
bdb8ebd470
commit
2ba879c006
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
Reference in a new issue