Kapitel 4 · Für Super-Admins · Registrierung

Registrierungs-Ablauf

Wie Nutzer zum Konto kommen: Selbstregistrierung, E-Mail-Bestätigung oder Single Sign-On.

Die Wege ins Konto

Selbstregistrierung

Nutzer legen selbst an (falls erlaubt & Domain erlaubt).

Bestätigung

E-Mail-Bestätigung erschwert Missbrauch.

SSO

Automatische Anmeldung über das Firmen-Login.

Welcher Weg wann?

  • Selbstregistrierung + Whitelist — für offene, aber domain-gebundene Instanzen (z. B. eine ganze Firma).
  • Nur manuelle Anlage — für kleine, streng kontrollierte Gruppen.
  • SSO — wenn ein zentrales Firmen-Login existiert; komfortabel und sicher, aber Einrichtung durch die IT nötig.

Technisch laufen An-/Abmeldung über signUpUser / signInUser (siehe API: Nutzer).

Worauf achten

⚠️

Selbstregistrierung nur so weit öffnen wie nötig; Bestätigung aktivieren; SSO-Probleme gehen an die interne IT.

Troubleshooting

Die Bestätigungs-E-Mail kommt nicht an.

Spam-Ordner prüfen; Absender-Domain/Server-Konfiguration ist Sache der internen IT (kein CAMPUS-Setting).

SSO-Login schlägt fehl.

Das liegt an der SSO-Konfiguration (Identity Provider) — an die interne IT weitergeben, nicht an den Endanwender.

Verwandtes

Chapter 4 · For super admins · Registration

Registration flow

How users get an account: self-registration, email confirmation or single sign-on.

The routes to an account

Self-registration

Users create an account themselves (if allowed & domain allowed).

Confirmation

Email confirmation makes abuse harder.

SSO

Automatic sign-in via the company login.

Which route when?

  • Self-registration + whitelist — for open but domain-bound instances (e.g. an entire company).
  • Manual creation only — for small, strictly controlled groups.
  • SSO — when a central company login exists; convenient and secure, but setup by IT is required.

Technically, sign-up/sign-in run via signUpUser / signInUser (see API: Users).

What to watch

⚠️

Open self-registration only as far as necessary; enable confirmation; SSO problems go to internal IT.

Troubleshooting

The confirmation email does not arrive.

Check the spam folder; the sender domain/server configuration is a matter for internal IT (not a CAMPUS setting).

SSO login fails.

This is due to the SSO configuration (identity provider) — pass it to internal IT, not to the end user.

Related