Hi guys,
I have exposed a rest service wherein I validate the user with another thirth party integration. Based on this validation I find the associated account for the anonymous user and want to send the user to a specific page accessible for a specific role (Customer).
So how can I create a session for the associated account of the customer user while he is still anonymous?
And can i send then when Mendix recognized the logged in user as customer (created session) to a specific page, before Mendix directs to the homepage?