The setup wizard detects your existing configuration, skips completed steps, and writes sso.env and .htaccess for you.
Checking your server environment. Steps that are already complete will be automatically skipped.
MySQL connection details. The wizard creates the database and imports the schema automatically.
CREATE USER 'guardian'@'localhost' IDENTIFIED BY 'pw'; GRANT ALL ON guardian_sso.* TO 'guardian'@'localhost';
Set your application URL and optional mail server. JWT secrets and encryption keys are generated automatically with random_bytes(32) and written to sso.env.
Write .htaccess to enable clean URL routing β paths like /auth/login and /admin/dashboard instead of query strings.
Create the superadmin account. Replaces the default seed credentials with your own.
Your enterprise identity platform is installed and configured.
sso.env is fully configured. No files need to be deleted.