Commit 7d5b75f
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 ee1ed14 commit 7d5b75f
1 file changed
Lines changed: 29 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1412 | 1412 | | |
1413 | 1413 | | |
1414 | 1414 | | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
1415 | 1427 | | |
1416 | 1428 | | |
1417 | 1429 | | |
| |||
2049 | 2061 | | |
2050 | 2062 | | |
2051 | 2063 | | |
2052 | | - | |
| 2064 | + | |
2053 | 2065 | | |
2054 | 2066 | | |
2055 | 2067 | | |
| |||
2061 | 2073 | | |
2062 | 2074 | | |
2063 | 2075 | | |
| 2076 | + | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
2064 | 2092 | | |
2065 | 2093 | | |
2066 | 2094 | | |
| |||
0 commit comments