Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Oct 22, 2023
1 parent 9597fd1 commit da87ab5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/admin/additional_features/oidc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ The following additional configuration options are available:
Value Usage Default value
============================== =================================================== ========================
scopes Scopes to request from the RP (for additional data) ``openid profile email``
end_session_endpoint redirect the user to the RP logout page None (no redirect)
end_session_endpoint redirect the user to the logout page of the IDP None (no redirect)
default groups groups to add all users logging in with this IDP to None (no groups)
============================== =================================================== ========================

If users are logged in exclusively, you can also hide the local login form with the appropriate settings under "ephios instance".
If users are logged in exclusively using identity providers, you can also hide the local login form with the appropriate settings under "ephios instance".

.. warning::
ephios uses the email adress provided by the IDP to identify a user account. If the IDP allows the user to change their email adress,
users could enter the email adress of another user and log in as that user. To prevent this, you should configure your IDP to not allow users to change their email adress.

Usage
-----
Expand Down

0 comments on commit da87ab5

Please sign in to comment.