Setting Up User Authentication on Sending Systems
This section discusses how to:
-
Set up user authentication on remote PeopleSoft nodes.
-
Set up user authentication on remote external nodes.
-
Set up user authentication for third-party systems.
Understanding Setting Up User Authentication on Sending Systems
To set up user authentication on a sending system you must define the user ID on the remote node for the outbound transaction.
Setting Up User Authentication on Remote PeopleSoft Nodes
No set up is required to set up user authentication on a remote PeopleSoft (PIA) node type. An authentication token is automatically included in the outbound transaction. If the receiving system fails to authenticate the token an error message is returned. .
Setting Up User Authentication on Remote External Nodes
You can set the user ID for user authentication in any of the following ways on an external node:
-
External Name/Password. Set programmatically in the SOAP message header or query string.
-
External User ID and External Password. Set using the Node Definitions page.
-
Default User ID. Set on the Node Definitions page.
Note:
The user ID you specify must have access to the permission list to which a service operation is assigned to invoke the operation on the receiving system.
To access the Node Definitions page select
Setting Up User Authentication for Third-Party Systems
As discussed previously in this section, all inbound transactions that do not have PeopleSoft (PIA) node or external (External) node type specified are assigned to an Anonymous node.
You can set the user ID in requests from third-party systems programmatically in the external name/password elements in the outbound SOAP message header.
If the system does not find an external name or password in these locations, it uses the Default User ID field that you define on the remote Anonymous node.
Related Topics