move over documentation from old place
All checks were successful
Build and Deploy Antora Docs / build (push) Successful in 38s
Build and Deploy Antora Docs / deploy (push) Successful in 5s

This commit is contained in:
Tobias Brunner 2025-03-11 15:37:13 +01:00
parent 16e8c2729b
commit d61465b6ea
No known key found for this signature in database
11 changed files with 1184 additions and 2 deletions

View file

@ -0,0 +1,11 @@
= User Authentication / Login
Authentication to the portal happens via OpenID Connect, the so called VSHN Account.
This IdP is provided by Keycloak at https://id.vshn.net/[id.vshn.net].
We use https://docs.allauth.org/[Django Allauth] to properly integrate into Django.
There is no user registration, password reset or other account management functionality in the portal.
All these processes are provided by the VSHN Account Keycloak system.
A user who can authenticate with a VSHN Account automatically gets access to the portal.
If no user exists in the portal yet, it will get automatically created and linked to the VSHN Account.