Deploying and Managing Apama Applications > Administering Dashboard Security > Authentication for local and WebSphere deployments
Authentication for local and WebSphere deployments
Both the Dashboard Viewer and Data Server or Display Server provide authentication through the Java Authentication and Authorization Service (JAAS). JAAS is the Java implementation of the Pluggable Authentication Module (PAM) framework. It provides a pluggable framework for user authentication and authorization.
The Java JRE provides authentication modules for use with common authentication services such as LDAP and Kerberos. It also supports the development of new authentication modules for use with custom or proprietary authentication services. The Data Server, Display Server, and Viewer will work with any authentication module that complies with the JAAS specification. This openness allows you to integrate dashboards with your existing authentication service.
Important! Default authentication for local deployments uses a no-op implementation of the JAAS login module protocol. All user name/password pairs are authenticated. You can customize authentication for local deployments by supplying your own implementation of the interface javax.security.auth.LoginModule.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.