Description Syntax Example displayTopology

Infrastructure Security Custom WLST Commands 4-91

4.7.7 addOAMSSOProvider

Online command that adds an Oracle Access Manager SSO provider with the given login URI, logout URI, and auto-login URI.

4.7.7.1 Description

Adds an SSO provider with the given login URI, logout URI, and auto-login URI. This command modifies the domain jps-config.xml by adding an Oracle Access Manager SSO service instance with the required properties. In the event of an error, the command returns a WLSTException.

4.7.7.2 Syntax

addOAMSSOProviderloginuri, logouturi, autologinuri, beginimpuri, endimpuri

4.7.7.3 Example

The following invocation adds an SSO provider with the passed URIs; note the special behavior implied by the setting logouturi= and the impersonation parameters, as explained in the above table: addOAMSSOProviderloginuri={app.context}adfAuthentication, logouturi=oamssologout.html, beginimpuri=https:login.acme.comimpersonationInit.html endimpuri=https:login.acme.comimpersonationTerm.html autologin=fooBar.cgi

4.7.8 displayTopology

Online and offline command that displays the information about all the OAM Servers in a deployment.

4.7.8.1 Description

Lists the topology of deployed OAM Servers. There are no arguments for this command. Argument Definition loginuri Required. Specifies the URI of the login page and triggers SSO authentication. logouturi Optional. Specifies the URI of the logout page and logs the signed-on user out. If unspecified, defaults to logouturi=NONE. Set to to ensure that ADF security calls the OPSS logout service, which uses the implementation of the class OAMSSOServiceImpl to clear the cookie ObSSOCookie. More generally, an ADF-secured web application that would like to clear cookies without logging out the user should use this setting. autologinuri Required. Specifies the URI of the autologin page. Optional. If unspecified, it defaults to autologin=NONE. beginimpuri Optional. Specifies the URI that triggers the impersonation SSO session. endimpuri Optional. Specifies the URI that terminates the impersonation SSO session. 4-92 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

4.7.8.2 Syntax

displayTopology

4.7.8.3 Example

The following invocation lists the details of all deployed OAM Servers, as described above: displayTopology

4.7.9 displayMetrics