Commit 8fd3a3a
authored
ENG-3831 - Add missing client method lookups and test harness (#1244)
Problem:
1. We were missing tenantId on lookupIdentityProvider
2. We were missing deleteWebAuthnCredentialsByUser
Solution:
1. Add lookupIdentityProviderByTenantId to go with lookupIdentityProvider
2. Add a new deleteWebAuthnCredentialsForUser to go with deleteWebAuthnCredentials
3. Surface some PMVC route printing code to deterministically get all of our routes and action classes.
4. Add an AI written test that looks for missing parameters.1 parent 0a39a69 commit 8fd3a3a
1 file changed
Lines changed: 29 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1407 | 1407 | | |
1408 | 1408 | | |
1409 | 1409 | | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
1410 | 1422 | | |
1411 | 1423 | | |
1412 | 1424 | | |
| |||
2045 | 2057 | | |
2046 | 2058 | | |
2047 | 2059 | | |
2048 | | - | |
| 2060 | + | |
| 2061 | + | |
| 2062 | + | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
| 2068 | + | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
2049 | 2074 | | |
2050 | 2075 | | |
2051 | 2076 | | |
2052 | 2077 | | |
| 2078 | + | |
| 2079 | + | |
2053 | 2080 | | |
2054 | 2081 | | |
2055 | 2082 | | |
| 2083 | + | |
2056 | 2084 | | |
2057 | 2085 | | |
2058 | 2086 | | |
| |||
0 commit comments