You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments