|
Integrating Other Web Applications With the Portal
Integrating Other Web Applications With the PortalThe SAS Web Infrastructure Kit enables you to easily integrate other applications with the portal Web application. To make a Web application available in the portal Web application, use one of the following approaches:
Using SAS Foundation Services to Integrate Applications and Enable Single SignonWhether your application is called by a remote portlet or is invoked on a stand-alone basis, the SAS Web Infrastructure Kit provides tools to facilitate secure information sharing between the portal Web application and the remote application. One type of information sharing is the single signon feature, which enables other applications to be invoked from the portal Web application without requiring the user to re-enter a user name and password. Other information related to a portal Web application session can be shared as well. To incorporate the single signon feature or other information sharing into a remote portlet application or a stand-alone Web application, do the following:
For more information about developing Web applications that are enabled by SAS Foundation Services, see the following: For more information about SAS Foundation Services, see SAS Foundation Services in the SAS Integration Technologies: Developer's Guide. Making Web Applications Available in the Portal Web ApplicationIf your application is to be called by a remote portlet, you must create a portlet deployment descriptor for the portlet and package it in a portal archive (PAR) file. When you deploy the portlet, its metadata is registered automatically with the portal Web application. For more information, see the following:
If you want to add a stand-alone application to the portal Web application, then you must use a SAS program to register the application's metadata. For instructions, see Adding Web Applications in the "Adding Content to the Portal" chapter in the SAS Intelligence Platform: Web Application Administration Guide. |