SSO Implementation

Hi I need a help with SSO authentication from thirdparty webservice.

I enabled http-auth mechanism and provided guest user which exists in mysql database.

Once i restart apache ,i could see 2 authentication first is my thirdparty sso and then on successful authentication it takes me to Librenms login page for second level of authentication.

How to disable Librenms level authentication and take automatically to homepage of Librenms.
Is there any configuration which iam missing.

Hello,

Did you follow this? https://docs.librenms.org/#Extensions/Authentication/#http-authentication

Yes i followed the following steps .
$config[‘auth_mechanism’] = “http-auth”;
$config[‘http_auth_guest’] = “guest”;

guest user account exists in mysql db with user level 10.

and then i set up
setsebool -P httpd_can_connect_ldap=1
i restarted httpd service as well.

then i used my sso i was able to authenticate successfully and come to login page of librenms where i need to enter again username and password.

Could you please help me