Skip to content

Commit e6ec95c

Browse files
committed
Update module to v1.3.0
- Excluded Mendix SSO microflows by default - Updated ReadMe instructions for Mendix SSO
1 parent ee60bbe commit e6ec95c

159 files changed

Lines changed: 20549 additions & 20550 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Administration module
22
The Administration module contains administration functionalities to manage local accounts and to see app statistics like runtime information, sessions and schedules events.
33

4-
## Instructions
5-
Steps to set-up when using Mendix SSO:
6-
- Make sure to either exclude or delete the microflows in the 'MOVE_THIS' folder in the MendixSSO module.
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).
9-
10-
Steps to set-up without using Mendix SSO:
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.
4+
## Mendix SSO
5+
If you want to use this module in combination with Mendix SSO, use the following steps:
6+
- Import the 'MendixSSO' module from the Marketplace (https://marketplace.mendix.com/link/component/111349)
7+
- Make sure to either exclude or delete the microflows in the 'MOVE_THIS' folder of the MendixSSO module.
8+
- Include the microflows prefixed with 'MendixSSO_' in the 'Mendix SSO' folder of the Administration module.
9+
- Configure the MendixSSO_AfterStartup microflow from the Administration module as the After startup microflow. If there is already an After startup microflow, do not replace it, but add the MendixSSO_AfterStartup microflow as a sub-microflow in the existing microflow.
10+
- 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. Please read the instructions in the microflow carefully before executing the migration.
1211

1312
## License
1413
https://www.mendix.com/terms-of-use/

Source/AdministrationModule.mpr

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)