We upgraded our Signing Keys but after the upgrade the FIDO Authentication is failing for all users.
VIP AuthHub - 2.2.2
Mobile SDK is caching JWKS API response ,hence when cert is getting renewed its not getting updated with the latest keys.
For PASSWORD + OTP/MFA flows its working fine - as in this flow mobile SDK is calling /jwk end point but during FIDO flow it is missing.
Broadcom is going to fix this cache-policy configuration for /jwks call in AuthHub SDKs (iOS and Android) in upcoming release.
As a workaround on existing releases, you can override response header "Cache-Control" with value "no-store" for /jwks API which will force Android and iOS not to cache response and fetch the response every call.