@zuplo/lint-win32-x64 7.7.16 → 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.
@@ -3662,7 +3662,7 @@
3662
3662
  },
3663
3663
  "clientSecret": {
3664
3664
  "type": "string",
3665
- "examples": ["$env(MCP_AUTH0_CLIENT_SECRET)"],
3665
+ "examples": ["$env(AUTH0_CLIENT_SECRET)"],
3666
3666
  "description": "The Auth0 client_secret. Use $env(...) to source from a secret environment variable."
3667
3667
  },
3668
3668
  "scope": {
@@ -5047,7 +5047,7 @@
5047
5047
  "examples": [
5048
5048
  "https://my-tenant.us.auth0.com/authorize"
5049
5049
  ],
5050
- "description": "The IdP /authorize endpoint to redirect the user to. For local development on loopback, use http://127.0.0.1:9000/oauth/dev-login."
5050
+ "description": "The IdP /authorize endpoint to redirect the user to. For local development on loopback, use http://127.0.0.1:9000/__zuplo/oauth/dev-login (the gateway's default basePath is /__zuplo; adjust if the plugin is configured with a different one)."
5051
5051
  },
5052
5052
  "tokenUrl": {
5053
5053
  "type": "string",
@@ -5805,6 +5805,12 @@
5805
5805
  {
5806
5806
  "required": ["prompt"]
5807
5807
  },
5808
+ {
5809
+ "required": ["skipIssuerMetadataValidation"]
5810
+ },
5811
+ {
5812
+ "required": ["skipResourceIndicatorValidation"]
5813
+ },
5808
5814
  {
5809
5815
  "required": ["clientRegistration"]
5810
5816
  }
@@ -5874,6 +5880,16 @@
5874
5880
  }
5875
5881
  ]
5876
5882
  },
5883
+ "skipIssuerMetadataValidation": {
5884
+ "type": "boolean",
5885
+ "x-advanced": true,
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`."
5892
+ },
5877
5893
  "clientRegistration": {
5878
5894
  "x-advanced": true,
5879
5895
  "description": "OAuth client registration mode. Defaults to `auto`, which uses Client ID Metadata Documents when the upstream advertises support and falls back to Dynamic Client Registration otherwise.",
package/bin/version.txt CHANGED
@@ -1 +1 @@
1
- 7.7.16
1
+ 7.8.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/lint-win32-x64",
3
- "version": "7.7.16",
3
+ "version": "7.8.0",
4
4
  "description": "The win32-x64 binary for zuplo-lint, the Zuplo API linter.",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",