You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ The Administration module contains administration functionalities to manage loca
5
5
Steps to set-up when using Mendix SSO:
6
6
- Make sure to either exclude or delete the microflows in the 'MOVE_THIS' folder in the MendixSSO module.
7
7
- Configure the MendixSSO_AfterStartup microflow from this module (Marketplace modules > Administration > Mendix SSO) as the After startup microflow. If there is already an After startup microflow, you should not replace it, but add the MendixSSO_AfterStartup microflow as an action in the existing microflow.
8
+
- If you previously used the Mendix SSO in your application, use the 'MendixSSO_MigrateUsersToAccount' microflow to migrate users from the MendixSSOUser to the Administration.Account specialization (if not, you do not need to run this migration microflow).
8
9
9
10
Steps to set-up without using Mendix SSO:
10
11
- Delete or exclude the microflows in the 'Mendix SSO' folder (Marketplace modules > Administration > Mendix SSO) if you do not want to make use of Mendix SSO.
0 commit comments