I have 3 applications. I want to control the sign ups only thgough the primary application and disable this option for 2 other application. How to do it?
Was doing the research, and so far found only two ways.
- Disable signup toggle for the database. This will not work, because it will disable sign ups for all applications. Or I can create a second database for two other applications and somehow sync it to a primary database?
- The option I found is add a custom script to a “Classic login” experience, and add a sign up visibility by client id. It works. But I would like to stay with a new universal login experience, how to configure it there?
Thank you!