Modify This Federation Services

post

/management/weblogic/{version}/edit/serverTemplates/{name}/federationServices

Modify this federation services.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain the modified federation services model.

Root Schema : Federation Services
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items

List of hosts to compare against the host in the SAML SP target redirect URL. When the list is empty, the target redirect URL will not be checked.

Show Source
Nested Schema : Items
Type: array
Title: Items

The Assertion Consumer URIs.

Default Value: [ "/samlacs/acs" ]
Show Source
Nested Schema : Items
Type: array
Title: Items

One or more URIs on which to listen for incoming assertion retrieval requests.

For artifact profile, the destination site receives a SAML artifact that represents a source site (why we need the source site ID values) and an assertion ID. The destination site sends a request containing the artifact to the source site's assertion retrieval URL, and the source site responds with the corresponding assertion. You may configure multiple URIs here, although typically one will be sufficient. The URI includes the application context, followed by the resource context. For example:

/my_application/saml/ars

which would be accessible from the outside as https://my.example.com/my_application/saml/ars

Default Value: [ "/samlars/ars" ]
Show Source
Nested Schema : Properties
Type: object
Title: Properties
Additional Properties Allowed
Show Source

Properties passed to Assertion Store class initStore() method.

This may be useful if you have implemented a custom Assertion Store class.

Default Value: oracle.doceng.json.BetterJsonNull@2e93b1a
Nested Schema : Items
Type: array
Title: Items

The Intersite Transfer URIs.

Default Value: [ "/samlits_ba/its", "/samlits_ba/its/post", "/samlits_ba/its/artifact", "/samlits_cc/its", "/samlits_cc/its/post", "/samlits_cc/its/artifact" ]
Show Source
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Nested Schema : Properties
Type: object
Title: Properties
Additional Properties Allowed
Show Source

Properties to be passed to the Used Assertion Cache class.

Default Value: oracle.doceng.json.BetterJsonNull@bf8b575
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

200 Response

Back to Top