As previously posted, I've successfully got Projeqtor v8.1.3 authorising against Google G.Suite SAML IdP.
However I'd like to be able to have some local/internal Projeqtor accounts that are not associated with any Google accounts. To reach the local login window I have to logout out of Gmail, go to my normal Projeqtor url (which immediately redirects to the Google SAML service), press the browser back button, and press "resubmit" in the browser before returning to Projeqtor with the error message "connection failed. Please connect with internal credentials."
Is there an easier way to go direct to the login window bypassing SAML in this instance?
If not, can one be added?... for example as a "?login=internal" parameter to /view/main.php
Hi,
We have easyer way, not needing to disconnect from SSO.
Just go to Projeqtor (connected in SSO) and use disconection opetion : "Internal reconnection" (on top righ user options button)
But your idea to bypass SSO with specific attribute in request is gread.
Tiocket #4150 recorded
Just go to Projeqtor (connected in SSO) and use disconection opetion : "Internal reconnection" (on top righ user options button)
That only works when a user is already logged in. I'm talking about accessing Projeqtor from a full logged out state and skipping SSO for the login... the equivalent of what Projeqtor js function disconnectSSO('login','SSO') does with saveDataToSession("avoidSSOAuth",true) , but triggered by a parameter to /view/main.php (or wrapped into a new file such as
/view/login-nosso.php) so that a non-SSO user can be given a special url to begin their session (after which all url's will be the same as for an SSO user).
That what is recorded on ticket #4150
That what is recorded on ticket #4150
Fantastic!