Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: NOTE: The returned value from the REST call must differ from the original sub value in order for directory user mapping to be executed using the returned value.

...

The REST call is made using a GET call and the response must be in XML format. The format of the query string used in the GET call is configurable and can include user attributes variables received from the method. The format of the XML response is flexible, as the attribute used for future processing is targeted from the response using an XPATH parameter.

Even if the user ID in the SQL database is already known, the REST service must be called to reflect the user ID in order to initiate the lookupNOTE: The returned value from the REST call must differ from the original sub value in order for directory user mapping to be executed using the returned value.

If HTTPS is used for the backend service, the issuer of the server SSL certificate used by the backend service must be trusted by the java used by Ubilogin SSO components.

...

An example response message from REST service at  http://localhost:8000/backend/userid.aspx?ssn=${method.ssn}


Code Block
themeRDark
titleXML Response
<user>
	<ssn>232342343</ssn>
	<email>jsmith@company.com</email>
</user>

...