Hello. I’m having problems implementing auth via an API for a native application with PKCE where MFA is only enabled for this application and not a global policy. Is there any example where I can end up with a JWT token but still support MFA on a per application / signup role setup?
Our mobile app currently uses /oauth2/default/v1/token
in order to accomplish this via the Resource Owner Password flow which doesn’t support MFA