Hello,
I have NodeRED in SSO/OpenID with Keycloak, works great.
There is an annoying aspect of the "Sign In" UX: even if I am already logged-in in Keycloak, the first time I access the NodeRED admin dashboard it displays the "Sign In" popup.
Then when I click the Sign In button, since I am actually logged-in already, I get redirected back immediately to the dashboard (that's expected, works fine).
Is there an option in settings.js
file to skip this popup when the user is already logged-in with SSO/OpenID? Or at-least, to trigger the sign-in redirect automatically so that the user won't take action on this popup?
Thanks, F.