Configure sign-in, MFA, and self-signup
Turn sign-in methods on or off per Environment in the Developer Console, require MFA with a grace period, allow self-signup, and set the browser origins the API accepts.
Sign-in methods and browser origins
In the Developer Console, Tenant → Authentication is one page for every Environment's end-user authentication: a Sign-in methods (Direct API) section, an Identity MFA enforcement section, and a Self-signup section, each with one row per Environment.
- Application
- Developer Console
- Path
- TenantAuthentication
- Opens with
auth_settings.viewRead every Environment's sign-in methods, MFA enforcement, and self-signup settings.
- Context
- Account-wide. No Application or Environment selection applies.
Sign-in methods and browser origins
https://app.example.com. With none, the API rejects every browser call for the Environment. Under SSO return URLs, add the exact URL your app returns to after an SSO sign-in; matching is exact.Require MFA
MFA enforcement is per Environment. Existing sessions keep working; people are prompted to enrol at their next sign-in, and blocked once the grace period ends.
Require MFA
0 challenges on the next sign-in. Remember device (days) is how long a device skips the challenge; 0 challenges every sign-in.Allow self-signup
Self-signup lets anyone holding the Environment's publishable key register from your app. Registrations create unverified identities that must confirm their email before signing in.
Allow self-signup
0 means unlimited. Click Save changes; Discard changes drops an unsaved edit.If you don't see this
Each control on this page exists only for someone who may use it. When something described above is missing, one of these is why:
Tell us how we can improve this guide.