diff --git a/doc/sso_open_id_connect.md b/doc/sso_open_id_connect.md index c80898d8a..efb24dba8 100644 --- a/doc/sso_open_id_connect.md +++ b/doc/sso_open_id_connect.md @@ -22,6 +22,12 @@ to the corresponding OpenID Connect claims: To use the automatic mapping, add one of the fields above and click on the magic wand button near to the "Userinfo claim" input. +To activate your new authentication provider, execute the following command within your fabmanager Docker container: + +`rails fablab:auth:switch_provider[PROVIDER_NAME]` + +**Note:** A container restart is required for the changes to take effect (for any change of the provider settings)! + ## Known issues ```