In this scenario, the site uses an external authentication server to manage passwords. All Web Central requests are routed to this external single sign-on server for authentication.
For information on configuring this use case, see Configuring the SSO Authentication Use Case.
The sequence is as follows:
HttpServletRequest.getRemoteUser()
will return the Username.UserAccount
object from a record in afm_users table for a given Username.UserAccount
properties (security groups and VPAs) for the authorization.Option: projectID
(such as the project name in afm-projects.xml) can be specified in the request header or in the property file. The specified project will be used as context.
The Security service gets the Username from the request. It can do so:
HttpServletRequest.getRemoteUser()
call (strip prefix before \, e.g. boston\tydykov).The use cases for mapping SSO users to ARCHIBUS user accounts within the security service (SS) are these:
Note: The configurations for the following use cases are not shipped; they require some customization.
Copyright © 1984-2015, ARCHIBUS, Inc. All rights reserved. |