Disable Public Signup
When to Disable Public Signup
How to Disable Public Signup
authentication: public_signup_disabled: true # other configurations...
Last updated
Was this helpful?
For many business applications, it's important to restrict who can register for your platform. By disabling public signups in Authgear, you can ensure that new users are only added through your internal processes, such as the Admin API or the Authgear Portal.
Disable public signup if you want to:
Control user access and approval for your application.
Provision users only via admin tools.
Prevent the general public from self-registering.
To turn off public registration:
Navigate to Portal > Advanced > Edit Config.
Find or add the following configuration in your YAML file:
authentication:
public_signup_disabled: true
# other configurations...Save your changes
Last updated
Was this helpful?
Was this helpful?