We have a simple API that validates a user's credentials locally. I would like to: collect the credentials in a form run the API create new user with authenticated username if it doesn't already exist log in the user I understand I need to enable anonymous users and I think I can do the first 3 steps above, but wondering if there is a way to tell Mendix to log in user. the default login options and the modules for LDAP, etc. in the app store seem to do this themselves. haven't yet found an activity or other mechanism to log in a user "manually."
↧