0
benjamin.edinger@synaptix.at created
Hi,
We're trying to integrate our external service with the ASP.NET Zero API. Right now, we’re sending a POST request with a username and password to /api/TokenAuth/Authenticate to get a JWT token, and that part works fine.
However, we're a bit stuck on what happens if the account we use has 2FA enabled. Since our service runs on a schedule and can’t handle interactive prompts, we're not sure how to deal with the extra authentication step.
Could you advise on the best approach or workaround for authenticating when 2FA is enabled?