When you use Windows NTLM (NTLM) authentication, you can perform this procedure to enable single sign-on (also named single sign-in, single signin, or SSO) for CA Service Catalog. Doing so means that once users log in to the Windows domain, they can access CA Service Catalog without logging in to it. If you do not enable single sign-on, users must log in to CA Service Catalog to access it.
Follow these steps:
Note: For more instructions to configure and use CA EEM, see the Integration Guide.
The Single Sign On Authentication page appears.
The Edit Configuration dialog for this property appears.
The dialog closes, and you return to the Sign On Authentication page.
You have configured NTLM Authentication.
Implement Single Sign-on for One Group of Users and Manual Login for Another Group
In this use case, you want to enable single Sign-on for one group of users, for example, internal users (Group 1) You also want to force manual login for another group of users, for example, external users such as contractors, vendors, and customers (Group 2).
Follow these steps:
<!--
<filter>
<filter-name>NtlmAuthFilter</filter-name>
<filter-class>com.ca.usm.httpfilter.NtlmAuthenticationFilter</filter-class>
<init-param>
<param-name>debug</param-name>
<param-value>false</param-value>
</init-param>
</filter>
-->
<!--
<filter-mapping> <filter-name>NtlmAuthFilter</filter-name> <url-pattern>*.rpc</url-pattern> </filter-mapping>
<filter-mapping> <filter-name>NtlmAuthFilter</filter-name> <url-pattern>/wpf/*</url-pattern> </filter-mapping>
<filter-mapping> <filter-name>NtlmAuthFilter</filter-name> <url-pattern>/uslm/*</url-pattern> </filter-mapping>
<filter-mapping> <filter-name>NtlmAuthFilter</filter-name> <url-pattern>/assure/*</url-pattern> </filter-mapping>
<filter-mapping> <filter-name>NtlmAuthFilter</filter-name> <url-pattern>/documents/*</url-pattern> </filter-mapping>
<filter-mapping> <filter-name>NtlmAuthFilter</filter-name> <url-pattern>/FileStore/*</url-pattern> </filter-mapping>
-->
Commenting these lines deactivates SSO functionality from this CA Service Catalog computer.
|
Copyright © 2013 CA.
All rights reserved.
|
|