Action on M2M Resource Owner Password Grant

Hi @techwolf12,

Welcome to the Auth0 Community!

Yes, what you observed is expected. The M2M Action flow only runs for the client credentials flow. And because you are trying to use resource owner password grant flow, the M2M action script won’t run.

In this case, you will need to use the Post Login Action flow instead.

Let me know if you have any questions.

Thanks,
Rueben