Issue with OIDC Configuration Validation #1258
Replies: 2 comments
-
|
Thank you for reporting this issue! Our team is currently investigating the issue. |
Beta Was this translation helpful? Give feedback.
-
|
Apologies for the delay. Thank you for bringing this feature request! Currently, the client's OIDC Configuration contains 200. To ensure this request gets the visibility it deserves and to encourage broader collaboration, we are moving this to a GitHub Discussion. We've already added your suggestion to our backlog for future consideration. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Description
We are migrating our Auth0 setup to our codebase using GitHub Actions. To do this, we exported the existing tenant configuration with a0deploy export --format=yaml, which produces a tenant.yaml file along with other resource configuration files. The goal is to update parts of the Auth0 configuration and then deploy the entire setup using a0deploy import --input_file ./dev/tenant.yaml.
The Issue:
Upon attempting to deploy the configuration, we encounter the following error:
Bad Request: "options.oidc_metadata.scopes_supported" must contain less than or equal to 200 items
This error suggests that our OpenID Connect (OIDC) configuration has more than 200 scopes listed in the scopes_supported field. However, this is the same configuration currently accepted and operational in our Auth0 environment, which makes this validation error puzzling.
Expectation
This validation does not limit the number of scopes
Reproduction
Deploy CLI version
7.23.1
Node version
v20.12.2
Beta Was this translation helpful? Give feedback.
All reactions