Custom Login page with Client Logo
complete
j
juanjo.cervero
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?
Log In
Ray Sensenbach
complete
Co-branding for Perspective's internal IdP screen has been implemented in v8.1.20. More details can be found on the user forum: https://forum.inductiveautomation.com/t/new-feature-ignition-perspective-co-branding/62241.
P
Paul Griffith
in progress
8.1.20 adds a 'Co-Branding' feature to Perspective:
M
Matthew Csengeto
Ability to reposition the login box, because on Surface tablets, the on-screen keyboard partially covers it and makes it harder to use.
Carl Gould
Any chance your customer has a federated identity provider set up for their organization? The authentication framework that Perspective uses is based on modern web-based authentication schemes like OpenID-Connect and SAML 2.0. These systems make it possible for Ignition and Perspective to redirect to your organization's primary authentication system rather than use its own. Presumably, this system would be branded in a way that was already familiar to users. Furthermore, chances are that they may already be authenticated in that system and be logged in automatically (a.k.a. SSO, although clearly this only makes sense on non-shared devices)
N
Nathan Wells
Yes please!
W
William King
Carl Gould
William King: This link is for the loading screen. The log-in screen is quite different.
D
Daniel Talbot
Also looking for this functionality. Would love to be able to create a custom login page for my project.
awalker
open
t
tobias.schneiderheinze
@Roberto Camp: Actually, I used this in Perspective!
the system prompt will return if the user-password combination is correct:
success = system.security.validateUser(username, password, "default")
but as juanjo.cervero said, nontheless, it won't authenticate against Ignition, which means, you won't be able to use any View permissions.
R
Roberto Camp
I'd like something like this in Perspective also. Not just Vision (which I assume due to the scope of the system.security.validateUser function).
Load More
→