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
  • Default Value: true

    Specifies whether the Assertion Consumer Service requires SSL.

  • Items
    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.

  • Default Value: true

    Specifies whether the Assertion Retrieval Service requires SSL.

  • Default Value: false

    Specifies whether the Assertion Retrieval Service requires two-way SSL authentication.

  • Items
    Title: Items

    The Assertion Consumer URIs.

  • Items
    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: oracle.doceng.json.BetterJsonNull@4b6d894d

    The class that provides persistent storage for assertions, if you use an Assertion Store class other than the default class.

  • Properties
    Title: Properties
    Additional Properties Allowed: additionalProperties

    Properties passed to Assertion Store class initStore() method.

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

  • Default Value: false

    Specifies whether the Destination Site is enabled.

  • Read Only: true
    Default Value: false

    Return whether the MBean was created dynamically or is persisted to config.xml

  • Read Only: true

    Return the unique id of this MBean instance

  • Items
    Title: Items

    The Intersite Transfer URIs.

  • Default Value: true

    Specifies whether the Intersite Transfer Service requires SSL.

  • Read Only: true

    The user-specified name of this MBean instance.

    This name is included as one of the key properties in the MBean's javax.management.ObjectName

    Name=user-specified-name

    Constraints

    • legal null
  • Optional information that you can include to describe this configuration.

    WebLogic Server saves this note in the domain's configuration file (config.xml) as XML PCDATA. All left angle brackets (<) are converted to the xml entity <. Carriage returns/line feeds are preserved.

    Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.

  • Default Value: true

    Specifies whether the POST one-use check is enabled.

  • Default Value: true

    Specifies whether the POST recipient check is enabled. When true, the recipient of the SAML Response must match the URL in the HTTP Request.

  • Default Value: oracle.doceng.json.BetterJsonNull@5a08108d

    The alias used to store and retrieve the Source Site's signing key in the keystore. This key is used to sign POST profile responses.

  • The passphrase used to retrieve the Source Site's signing key from the keystore.

  • Read Only: true

    The Source Site ID base64-encoded.

    This read-only value is a Base64 representation of a 20-byte binary value that is calculated from the SourceSiteURL. If you want to configure ARTIFACT profile with another site, you will need to give a SourceId value to the other site. This value is automatically updated when the SourceSiteURL changes.

  • Read Only: true

    The Source Site ID in hexadecimal.

    This read-only value is a hexadecimal representation of a 20-byte binary value that is calculated from the SourceSiteURL. If you want to configure ARTIFACT profile with another site, you will need to give a SourceId value to the other site. This value is automatically updated when the SourceSiteURL changes.

  • Default Value: false

    Indicates whether the Source Site is enabled.

  • Default Value: oracle.doceng.json.BetterJsonNull@77dfc923

    The URL for the Source Site.

  • Default Value: oracle.doceng.json.BetterJsonNull@1d27d981

    The alias used to store and retrieve the Destination Site's SSL client identity in the keystore.

  • The passphrase used to retrieve the Destination Site's SSL client identity from the keystore.

  • Items
    Title: Items

    Return all tags on this Configuration MBean

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
  • Default Value: oracle.doceng.json.BetterJsonNull@4c16522b

    The class used as the persistent store for the Used Assertion Cache. When no class is specified, the default Used Assertion Cache implementation is used.

  • Properties
    Title: Properties
    Additional Properties Allowed: additionalProperties

    Properties to be passed to the Used Assertion Cache class.

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@50bdd956
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@2fa7a6c
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

200 Response

Back to Top