How can I enable OTP password on a singel page application?

I am trying to enable the OTP password flow on my single page application. With the intention of using the code via email connection method. However I can not enable the grant and it is greyed out. There is reference to setting token_endpoint_authentication_method to something other than none, but I can not find this setting anywhere.

please advise how I can get this working. thanks

Hi @rehan.haque

Welcome to the Auth0 Community!

Regarding the greyed-out OTP Password Flow grant for the SPA, it is expected that all applications of the public type will have this option greyed out due to security concerns. You can read more about that here → Customize Email Handling.

In terms of magic link authorization, we have documentation about the whole process here → Passwordless Authentication with Magic Links

Thanks
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.