Hi Vinod,
I suggest you try the following:
- If it's a few users, just change them manually via MAS Administration UI.
- In case of many users, set masissuer=null for those in maximo database and set ISSUER to "saml" when triggering the MASUSERSYNC cron task.
Both options should help resolving that.
------------------------------
Ivan Lagunov
Manager Technology - Europe
Naviam (formerly ZNAPZ)
------------------------------
Original Message:
Sent: Thu June 04, 2026 05:16 AM
From: Vinod Kumar
Subject: Rest api manage user sync to suite with aaml authentication
Hi Ivan,
Thanks for reply,I followed short term approach given by you but am still unable to set the authentication to SAML against user who has already got assigned to the local authentication in suite.
------------------------------
Vinod Kumar
------------------------------
Original Message:
Sent: Wed June 03, 2026 04:22 AM
From: Ivan Lagunov
Subject: Rest api manage user sync to suite with aaml authentication
Hi Vinod,
I support the recommendation of Witold, the best strategic move is to plan upgrading to MAS 9.1 (or 9.2 that is around the corner).
Short-term, if you prefer to sync users from Manage to MAS, that's easy. Repeat the following steps separately for local and SAML users.
Reset masissuer field in maxusers table in Manage database to make sure these users are processed by the cron task.
To sync local users:
update maxuser set masissuer=null where masissuer='local'
-OR-
To sync SAML users:
update maxuser set masissuer=null where masissuer='saml'
Sync users using the cron task:
- Open Manage UI, go to Cron Task Setup application
- Find
MASUSERSYNC cron task - Set "ISSUER" to "saml" for SAML users or keep it blank for local users
- Enable "Active?" toggle, adjust schedule to run every minute, save cron task
- Click "Reload Request" action, select the cron task and click OK
- Wait for users to get synced. It should happen within a minute. The
MASUSERSYNC cron task will deactivate itself after execution so there is no need to change it.
------------------------------
Ivan Lagunov
Manager Technology - Europe
Naviam (formerly ZNAPZ)
------------------------------