Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for captcha_widget_theme property in colors within themes schema #906

Conversation

developerkunal
Copy link
Contributor

@developerkunal developerkunal commented Jun 21, 2024

🔧 Changes

  • Add support for captcha_widget_theme property in colors within themes schema

References

🔬 Testing

Creating and Using the config.json File

Create a config.json file similar to:

{
    "AUTH0_DOMAIN": "<YOUR_DOMAIN>",
    "AUTH0_CLIENT_ID": "<CLIENT_ID>",
    "AUTH0_CLIENT_SECRET": "<CLIENT_SECRET>",
    "AUTH0_INCLUDED_ONLY": ["themes"],
    "AUTH0_ALLOW_DELETE": false
}

Use the following commands to import or export configs:

Export YAML:

node lib/index.js export -c config.json -o ./local -f yaml

Import YAML:

node lib/index.js import -c config.json --input_file ./local/tenant.yaml

Key Changes:

  • The captcha_widget_theme property is now included in the export.
  • The captcha_widget_theme property is imported on creation.

Important Use-Cases Related to This Change:

  • The captcha_widget_theme property can only have one of the following values: auto, dark, or light.

Ensure you continue to use the same testing or JSON format as before.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@developerkunal developerkunal requested a review from a team as a code owner June 21, 2024 09:00
Copy link

@gyaneshgouraw-okta gyaneshgouraw-okta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good.

@willvedd
Copy link
Contributor

LGTM but haven't verified for myself on a remote tenant.

@developerkunal developerkunal merged commit 8fc9936 into master Jun 21, 2024
7 checks passed
@developerkunal developerkunal deleted the DXCDT-621-Add-captcha_widget_theme-property-to-the-colors-object branch June 21, 2024 13:59
kushalshit27 pushed a commit that referenced this pull request Sep 26, 2024
… schema (#906)

* feat(auth0-deploy-cli): add captcha_widget_theme property to colors object

* fix linting

* added testcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants