Skip to content

Commit

Permalink
Added some documentation on OpenID Connect #168
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 19, 2021
1 parent 3efce44 commit fb00a9d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/installation_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,17 @@ populated. Set ``PYTHONPATH`` to the directory that contains your
$ django-admin migrate --run-syncdb
$ django-admin createsuperuser

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenID Connect Authentication
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Flat supports OpenID Connect as a means of authenticating with a single-sign on authentication provider.
Set ``OIDC = True`` and configure the various ``OIDC_*`` variables in ``settings.py`` as indicated.

Users that are authenticated in this way are still added to the internal user database, which is needed when you want to
configure groups and rights. Matching OpenID Connect users with users in the database is always done on the basis of the
user's e-mail address. FLAT will consistently use e-mail addresses to represent users if you enabled Open ID Connect.

--------------------------------
Starting the Document Server
--------------------------------
Expand Down

0 comments on commit fb00a9d

Please sign in to comment.