I have created a personalized website to login because the client wants to see their logo instead of the Ignition one. I put a text field to enter the username and a password field to read the password. In order to verify if the credentials are correct, I am using the function:
system.security.validateUser(username=usr, password=pwd, authProfile='AD_IGNITION')
Everything it is working great. The system verify the crendetials and go to different screen if the username and password is correct. The problem is that Ignition just verify if the username and password is correct, but it doesn´t really log in. If I use the function login, it is still taking me to the Ignition Sign In website to verify my credentials but I am looking for doing it in a personalized screen. Is this possible?