@zuplo/lint-win32-x64 7.7.17 → 7.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5808,6 +5808,9 @@
|
|
|
5808
5808
|
{
|
|
5809
5809
|
"required": ["skipIssuerMetadataValidation"]
|
|
5810
5810
|
},
|
|
5811
|
+
{
|
|
5812
|
+
"required": ["skipResourceIndicatorValidation"]
|
|
5813
|
+
},
|
|
5811
5814
|
{
|
|
5812
5815
|
"required": ["clientRegistration"]
|
|
5813
5816
|
}
|
|
@@ -5880,7 +5883,12 @@
|
|
|
5880
5883
|
"skipIssuerMetadataValidation": {
|
|
5881
5884
|
"type": "boolean",
|
|
5882
5885
|
"x-advanced": true,
|
|
5883
|
-
"description": "
|
|
5886
|
+
"description": "Allows the authorization server metadata's `issuer` to differ from the server URL used for discovery. Defaults to `false`. Enable only for a confirmed provider metadata mismatch after verifying that its metadata and OAuth endpoints are trusted. This disables the RFC 8414 section 3.3 issuer check; authorization-response and callback checks still apply. Available only with `user-oauth` and `shared-oauth`."
|
|
5887
|
+
},
|
|
5888
|
+
"skipResourceIndicatorValidation": {
|
|
5889
|
+
"type": "boolean",
|
|
5890
|
+
"x-advanced": true,
|
|
5891
|
+
"description": "Allows the upstream metadata's `resource` URL to have a different origin or path from the configured upstream URL. Defaults to `false`. The gateway still sends the advertised `resource` on OAuth requests. Enable only for a confirmed provider metadata mismatch: a token intended for another service could otherwise be sent to this upstream. Available only with `user-oauth` and `shared-oauth`."
|
|
5884
5892
|
},
|
|
5885
5893
|
"clientRegistration": {
|
|
5886
5894
|
"x-advanced": true,
|
package/bin/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.8.0
|