Update an SSO token reference

patch

/services/rest/connect/v1.4/sSOTokenReferences/{id}

Request

Path Parameters
Body ()
The Single Sign On (SSO) token used for authentication.
Root Schema : sSOTokenReferences
Type: object
The Single Sign On (SSO) token used for authentication.
Show Source
Nested Schema : account
Type: object
The account represents a staff member in Oracle B2C Service. Examples of staff members are customer sales representatives, sales agents, site administrators, and so on. It is the reference to a resource in 'accounts' collection. Only ID or lookupName can be provided to specify the resource.
Nested Schema : sSOTokenReferences-attributes
Type: object
The information about the Single Sign On (SSO) token attributes.
Show Source
  • Indicates whether the Single Sign On (SSO) token is revoked. This attribute does not have a default value.
  • Indicates whether the Single Sign On (SSO) token is intended for single use. This attribute does not have a default value.
  • Indicates whether the Single Sign On (SSO) token has been used. This attribute does not have a default value.
Nested Schema : sSOTokenReferences-sSOProvider
Type: object
An ID which has an associated name string. These IDs can be set by either value or name. If the name cannot uniquely determine the value, an error is generated.
Show Source
Nested Schema : namedIDs-sSOTokenReferences-sSOTokenType
Type: object
An ID which has an associated name string. These IDs can be set by either value or name. If the name cannot uniquely determine the value, an error is generated.
Show Source
Back to Top

Response

Default Response

Back to Top