io.helidon.cors.CrossOriginConfig
Description
Represents information about cross origin request sharing
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
allow-headers | List<String> | * | Sets the allow headers |
allow-credentials | Boolean | false | Sets the allow credentials flag |
max-age-seconds | Long | 3600 | Sets the maximum age |
allow-origins | List<String> | * | Sets the allowOrigins |
expose-headers | List<String> | Sets the expose headers | |
path-pattern | String | {+} | Updates the path prefix for this cross-origin config |
allow-methods | List<String> | * | Sets the allow methods |
enabled | Boolean | true | Sets whether this config should be enabled or not |
Usages
openapi.corssecurity.providers.idcs-role-mapper.oidc-config.corssecurity.providers.oidc.corsserver.features.observe.corsserver.features.openapi.corsserver.features.security.security.providers.idcs-role-mapper.oidc-config.corsserver.features.security.security.providers.oidc.cors
See the manifest for all available types.