You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kasemir edited this page Jul 8, 2013
·
3 revisions
Authentication and Authorization
CSS provides a pluggable API for Authentication and Authorization.
Authentication
Authentication allows your users to "log in", usually with a name and password.
The CSS offers an implementation based on JAAS, which itself is pluggable and supports connections to your existing site-wide authentication mechanisms based on Kerberos or LDAP for checking if the user entered a valid password.
Authorization
Once a user is authenticated, i.e. CSS knows for sure who's sitting in front of the terminal, authorization determines what this user is allowed to do: Acknowledge alarms? Change the alarm system configuration?
CSS offers implementations based on various LDAP schemas.