Hello together,
I’m using CEE 2.4.0p5
We have a TV with a windows pc attached to it in our office. It automatically starts and opens a URL to login into Checkmk and show a custom dashboard.
For future proofness I would like to change how it logs into Checkmk.
At the moment it opens the following URL on startup with user and password in the URL
https://mycmkserver/mysite/check_mk/login.py?_origtarget=/mysite/check_mk/dashboard.py?name=mydashboard&_username=mykioskuser&_password=%kioskuserpassword%&_login=1
(Like here: How to use auto login for dashboards in checkmk - #6 by sebkir )
Now I created a user via Azure SSO with SAML.
Everything’s fine, single sign-on works flawlessly automatically with this URL:
https://checkmk.domain.com/sitename/check_mk/saml_sso.py?RelayState=SAMLPROVIDERID%2Cindex.py
The user is a guest user, so I set the start URL as following for it: dashboard.py?name=problems_edit1
Problem is, it always shows the menus to the left and right when I login with that URL
Does anyone know a solution?
Greetings
Max