How can I authorize external users to login in my Oauth 2.0 module in make

I want an esternal user to login in my Oauth2.0 module via gmail

Hello Miguel,
ensure you have registered your application with the OAuth 2.0 provider (e.g., Google, Microsoft, Facebook, custom OAuth 2.0 service). This process typically involves:

  • Creating a new project/application in the provider’s developer console.
  • Configuring redirect URIs to point back to Make.
  • Obtaining your Client ID and Client Secret.
    Add the HTTP Module
    Authorization URl-> Token URL-> Client ID-> Client Secret

Regards
Jitendra Prasad

I already have done that, the problem is that with my google accounts it works and with my clients/external accounts it doesnt work, it returns me the not found login error