-
-
Notifications
You must be signed in to change notification settings - Fork 427
Closed
Labels
Milestone
Description
Describe the bug
There are two issues related to basic authentication in Cacti 1.2.12. They are:
- Create user from Template is not function. You get an undefined function call in auth_login.php
- For some Single Signon environments, in conjunction with Basic Authentication like OpenIDT or SAML2, the redirect portion of the single sign on does not properly function if the redirect from the SSL provider goes to index.php.
To Reproduce
Steps to reproduce the behavior:
-
Enable OpenIDT on Apache
-
Point your OpenIDT configuration to Azure
-
Enable Web Basic
-
Setup a Template Account
-
Attempt to have a new user sign in who will not have console access.
-
Note that the redirect from the Auth provider does not follow Cacti rules, and instead the user receives a permission denied message.
Expected behavior
Permissions and default redirect should work as expected.