How to enable/disable a required action for a specific client in a realm

Hi, I have a custom required action to authenticate user by using a one time password. I configured this required action in the authentication tab in the admin dashboard and it is applied to the entire realm. How to configure this required action in a way that I can enable/disable it for a specific client (note: a client here is not user/account, it is a client which often represents an application)?

Hello!

If I understood correctly, what you need is the Authentication Flow Overrides on the Client page.
Here you can choose the browser flow that you want the client to use.

@aim0n thanks for your reply. Can you point where exactly the override for a required action for a specific client is? I only see the override for flow, not required action

Alhamdulillah it works now (I filtered the client_id through my custom service provider)