Update SSO Service

put

/oam/services/rest/11.1.2.0.0/fed/admin/sso

The REST endpoint request is used to configure the SSO service when the customer is the identity provider using the PUT method

Request

Supported Media Types
Body ()
ssoChooser, ssoFederation and oamLogoutDoneURL can be updated using the PUT operation.
Root Schema : ConfigureSSOInput
Type: object
These parameters can be used to configure SSO service.
Show Source
  • the label that will be used on the button to start Federation SSO on the Chooser Login page, when the customer uses disjoint population, where some must do Federation SSO and others must do local login for authentication (ONLY FOR OIF)
  • provider ID for the IDP Partner
  • the hostname where WLS Admin server is installed. Only used in FA Dedicated deployments (ONLY FOR OIF)
  • the password for the WLS Admin username used to issue an OAM admin command. Only used in FA Dedicated deployments (ONLY FOR OIF)
  • the port where WLS Admin server is installed. Only used in FA Dedicated deployments (ONLY FOR OIF)
  • the WLS Admin username used to issue an OAM admin command. Only used in FA Dedicated deployments (ONLY FOR OIF)
  • the URL where the user should be redirected after the logout is done (ONLY FOR OIF)
  • boolean indicating if the call is to perform a pre-verification check. If true, the service will need to ensure the Federation service is correctly configured before the changes are performed in a subsequent call.
  • the customers' tenant name in the targeted service
  • indicates whether or not SSO should be enabled, true or false (ONLY FOR OIF)
  • indicates whether or not SSO should be enabled

Response

Supported Media Types

200 Response

OK
Body ()
Status Response
Root Schema : statusResponse
Type: object
Status Response
Show Source

400 Response

Bad Request.

500 Response

INTERNAL SERVER ERROR.