move over documentation from old place
This commit is contained in:
parent
16e8c2729b
commit
d61465b6ea
11 changed files with 1184 additions and 2 deletions
11
docs/modules/ROOT/pages/authentication.adoc
Normal file
11
docs/modules/ROOT/pages/authentication.adoc
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue