Commit b0ed88e
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 a3121be commit b0ed88e
1 file changed
Lines changed: 32 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13101 | 13101 | | |
13102 | 13102 | | |
13103 | 13103 | | |
13104 | | - | |
13105 | | - | |
13106 | | - | |
13107 | | - | |
| 13104 | + | |
| 13105 | + | |
| 13106 | + | |
| 13107 | + | |
| 13108 | + | |
| 13109 | + | |
| 13110 | + | |
13108 | 13111 | | |
13109 | 13112 | | |
13110 | 13113 | | |
13111 | 13114 | | |
13112 | 13115 | | |
13113 | 13116 | | |
| 13117 | + | |
| 13118 | + | |
| 13119 | + | |
| 13120 | + | |
| 13121 | + | |
| 13122 | + | |
| 13123 | + | |
13114 | 13124 | | |
13115 | 13125 | | |
13116 | 13126 | | |
| |||
18196 | 18206 | | |
18197 | 18207 | | |
18198 | 18208 | | |
| 18209 | + | |
| 18210 | + | |
| 18211 | + | |
| 18212 | + | |
| 18213 | + | |
| 18214 | + | |
| 18215 | + | |
| 18216 | + | |
| 18217 | + | |
| 18218 | + | |
| 18219 | + | |
| 18220 | + | |
| 18221 | + | |
| 18222 | + | |
| 18223 | + | |
| 18224 | + | |
| 18225 | + | |
| 18226 | + | |
18199 | 18227 | | |
18200 | 18228 | | |
18201 | 18229 | | |
| |||
0 commit comments