how do you stop the message NOT handling SSO request, disabled by configuration, redirecting to login.html

0
Mendix 5.15.1 I cannot login locally. The message "NOT handling SSO request, disabled by configuration, redirecting to login.html" appears in the console. New login request from [Source-IP: 127.0.0.1, User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36] Login OK: user 'MxAdmin' (Number of concurrent sessions: 1). I cannot login locally
asked
1 answers
0

It depends a bit on your theming. But you could try to put login.html (or index3.html) after your url so http://localhost:8080/login.html Sometimes you even then will be redirected to the sso landing page, but then go to index3.html and you will see you are logged in.

Regards,

Ronald

answered