Hello,
I was trying to setup an autologin dashboard on my Centreon and i am not able to make the autologin feature to work specifically on the dashboard URL.
Context
I am running Centreon 23.10.22 on Rocky 9
I followed the autologin documentation Configuring Autologin | Centreon Documentation and created a contact with only readonly permissions on the dashboard.

After that i created an autologin token and the whole process allows me to create the following URL
When using this URL, i am sent back to the login page of the Centreon.
That being said, if i use that same token to the home page of the Centreon, i can then login and manually go to the dashboard page (i have the permissions on the dashboard as it is shared to the readonly user).
Cause
The reason seem to be a 403 HTTP error on the path /centreon/api/latest/configuration/users/current/parameters
I am wondering if that is a bug or maybe an internal configuration that i am missing.
If anyone has some idea, i would be glad.
EDIT: After further testing, it seem that no matter the user i try with (even a user marked as admin), i still have that behavior