Draft
Conversation
- Introduced "passkeys" to the screenPartialPromptToScreenMap in terraform_fetcher.go. - Updated allowedPromptsWithPartials in universal_login_customize.go to include management.PromptPasskeys. - Enhanced test cases in universal_login_customize_test.go to validate the new passkeys prompt integration. - This change allows for better handling of passkey-related prompts in the authentication flow.
…p-branding-app - Added passkeys in ulp-branding-app before running `make assets`
2 tasks
Contributor
Author
|
Integration test |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🔧 Changes
Adds support for the
passkeysprompt (passkey-enrollmentandpasskey-enrollment-localscreens) across the CLI:auth0 ul customize— the Partials tab now fetches, displays, and saves partials for both passkeys screens. The browser editor dropdown includespasskeysas a selectable prompt. Previously, passkeys partials were silently excluded even when configured on the tenant.auth0 tf generate— now emitsauth0_prompt_screen_partial.passkeys_passkey_enrollmentandauth0_prompt_screen_partial.passkeys_passkey_enrollment_localTerraform resources when passkeys partials are configured.ulp-branding-app) to includepasskeysin the list of partials-supported prompts, making the screens selectable in the editor dropdown.📚 References
🔬 Testing
Automated tests:
TestFetchUniversalLoginBrandingDataandTestFetchAllPartialstests with passkey test data.Manual —
auth0 ul customize:auth0 ul customizeand verifiedpasskeysappears in the prompt dropdown withpasskey-enrollmentandpasskey-enrollment-localas selectable screens.Manual —
auth0 tf generate:auth0 tf generateauth0_prompt_screen_partial.passkeys_passkey_enrollment_localandauth0_prompt_screen_partial.passkeys_passkey_enrollmentappear in the generated Terraform resources.📝 Checklist