Skip to content
Snippets Groups Projects
Commit 37240931 authored by Nik | Klampfradler's avatar Nik | Klampfradler Committed by Tom Teichler
Browse files

Fix rst syntax and typing errors

parent ebad0bbe
No related branches found
No related tags found
1 merge request!889Add docs about social accounts
Pipeline #49338 passed
......@@ -2,13 +2,13 @@ Social accounts
===============
AlekSIS can authenticate users against third party applications using OAuth2
or OpenID
or OpenID.
.. warning::
Socialaccounts are NOT working with two factor authentication! If a user
Social accounts are **not** working with two factor authentication! If a user
authenticates with a social account, the two factor authentication is
ignored! Will be fixed in a future release.
ignored on login (but enforced for views that require two factor authentication later).
Configuring social account provider
-----------------------------------
......@@ -24,9 +24,7 @@ Configuration example::
[auth.providers.gitlab]
GITLAB_URL = "https://gitlab.exmaple.com"
After configuring a new auth provider, you have to restart your AlekSIS
instance and configure client id and secret in the Backend Admin interface,
located at `https://aleksis.example.com/admin <https://aleksis.example.com/admin>`_.
After configuring a new auth provider, you have to restart AlekSIS and configure client id and secret in the Backend Admin interface.
Click "Social applications" and add a new application. Choose your
provider and enter client id and secret from your application and choose
your site:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment