Commit ea911e4
Support passkey in custom prompts (#1462)
* feat(prompts): add support for passkeys in prompt configurations
- 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.
* feat(universal-login): Use assets passkeys in partialsPrompts from ulp-branding-app
- Added passkeys in ulp-branding-app before running `make assets`
---------
Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>1 parent 9016c5f commit ea911e4
6 files changed
Lines changed: 1701 additions & 1238 deletions
File tree
- internal/cli
- data/universal-login
- assets
Lines changed: 1656 additions & 1203 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 0 additions & 34 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
| 565 | + | |
565 | 566 | | |
566 | 567 | | |
567 | 568 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
1005 | 1006 | | |
1006 | 1007 | | |
1007 | 1008 | | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
1008 | 1013 | | |
1009 | 1014 | | |
1010 | 1015 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
379 | 386 | | |
380 | 387 | | |
381 | 388 | | |
| |||
601 | 608 | | |
602 | 609 | | |
603 | 610 | | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
604 | 618 | | |
605 | 619 | | |
606 | 620 | | |
| |||
828 | 842 | | |
829 | 843 | | |
830 | 844 | | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
831 | 852 | | |
832 | 853 | | |
833 | 854 | | |
| |||
1136 | 1157 | | |
1137 | 1158 | | |
1138 | 1159 | | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
1139 | 1167 | | |
1140 | 1168 | | |
1141 | 1169 | | |
| |||
2072 | 2100 | | |
2073 | 2101 | | |
2074 | 2102 | | |
| 2103 | + | |
| 2104 | + | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
2075 | 2110 | | |
2076 | 2111 | | |
2077 | 2112 | | |
| |||
2132 | 2167 | | |
2133 | 2168 | | |
2134 | 2169 | | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
2135 | 2173 | | |
2136 | 2174 | | |
2137 | 2175 | | |
| |||
0 commit comments