Modify This Single Sign On Services
/management/weblogic/{version}/edit/serverTemplates/{name}/singleSignOnServices
Modify this single sign on services.
Request
- application/json
 
- 
                    name: string
                    
                    The name property of the instance in the collection.
 - 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
- 
                        X-Requested-By: string
                        
                        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'.
 
Must contain the modified single sign on services model.
object- 
            allowedTargetHosts(optional): 
            array  Items
            
            Title:
ItemsList 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.
 - 
            artifactMaxCacheSize(optional): 
            integer(int32)
            Default Value:
10000The maximum size of the artifact cache.
This cache contains the artifacts issued by the local site that are awaiting referencing by a partner. Specify '0' to indicate that the cache is unbounded.
 - 
            artifactTimeout(optional): 
            integer(int32)
            Default Value:
300The maximum timeout (in seconds) of artifacts stored in the local cache.
This cache stores artifacts issued by the local site that are awaiting referencing by a partner. Artifacts that reach this maximum timeout duration are expired in the local cache even if no reference request has been received from the partner. If a reference request is subsequently received from the partner, the cache behaves as if the artifact had never been generated.
 - 
            assertionEncryptionDecryptionKeyAlias(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@36294e76The keystore alias for the certificate and private key to be used to encrypt and decrypt SAML Assertions.
The certificate is published in the SP metadata, which will be used by an external SP to encrypt SAML assertions.
The private key is used to decrypt assertions. If the alias is not specified, the server's configured SSL identity alias is used by default.
 - 
            assertionEncryptionDecryptionKeyPassPhrase(optional): 
            string(password)
            Default Value:
oracle.doceng.json.BetterJsonNull@5458bed0The passphrase used to retrieve the local site's Assertion key from the keystore.
 - 
            assertionEncryptionEnabled(optional): 
            boolean
            Default Value:
falseGet assertion encryption enabled flag
 - 
            authnRequestMaxCacheSize(optional): 
            integer(int32)
            Default Value:
10000The maximum size of the authentication request cache.
This cache stores documents issued by the local Service Provider that are awaiting response from a partner Identity Provider.
Specify '0' to indicate that the cache is unbounded.
 - 
            authnRequestTimeout(optional): 
            integer(int32)
            Default Value:
300The maximum timeout (in seconds) of
documents stored in the local cache. This cache stores documents issued by the local Service provider that are awaiting response from a partner Identity Provider. Documents that reach this maximum timeout duration are expired from the local cache even if no response is received from the Identity Provider. If a response is subsequently returned by the Identity Provider, the cache behaves as if the
had never been generated.  - 
            basicAuthPassword(optional): 
            string(password)
            
The password used to assign Basic Authentication credentials to outgoing HTTPS connections
 - 
            basicAuthUsername(optional): 
            string
            
The username that is used to assign Basic authentication credentials to outgoing HTTPS connections.
 - 
            contactPersonCompany(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@65c73f98The contact person's company name.
 - 
            contactPersonEmailAddress(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@3e20ffa7The contact person's e-mail address.
 - 
            contactPersonGivenName(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@41f9fc1fThe contact person given (first) name.
 - 
            contactPersonSurName(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@4138b321The contact person surname (last name).
 - 
            contactPersonTelephoneNumber(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@714d1485The contact person's telephone number.
 - 
            contactPersonType(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@22857cf8The contact person type.
 - 
            dataEncryptionAlgorithm(optional): 
            string
            Default Value:
aes128-gcmGet the preferred data encryption algorithm for SAML assertion encryption. This algorithm is used if it is found in the Service Provider's metadata or if the Service Partner's metadata does not include any data encryption algorithm.
 - 
            defaultURL(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@789bb136The Service Provider's default URL.
When an unsolicited SSO response arrives at the Service Provider without an accompanying target URL, the user (if authenticated) is redirected to this default URL.
 - 
            dynamicallyCreated(optional): 
            boolean
            Read Only:
trueDefault Value:falseReturn whether the MBean was created dynamically or is persisted to config.xml
 - 
            entityID(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@17dd3f85The string that uniquely identifies the local site.
 - 
            forceAuthn(optional): 
            boolean
            Default Value:
falseSpecifies whether the Identity Provider must authenticate users directly and not use a previous security context. The default is
false.Note the following:
Setting
ForceAuthntotrue-- that is, enabling Force Authentication -- has no effect in WebLogic Server. SAML logout is not supported in WebLogic Server, so even if the user is already authenticated at the Identity Provider site andForceAuthnis set totrue, the user is not forced to authenticate again at the Identity Provider site.Setting both
ForceAuthnandIsPassivetotrue-- that is, Force Authentication and Passive are enabled -- is an invalid configuration that causes WebLogic server to generate an exception and also causes the single sign-on session to fail.
 - 
            id(optional): 
            integer(int64)
            Read Only:
trueReturn the unique id of this MBean instance
 - 
            identityProviderArtifactBindingEnabled(optional): 
            boolean
            Default Value:
trueSpecifies whether the Artifact binding is enabled for the Identity Provider.
 - 
            identityProviderEnabled(optional): 
            boolean
            Default Value:
falseSpecifies whether the local site is enabled for the Identity Provider role.
 - 
            identityProviderPOSTBindingEnabled(optional): 
            boolean
            Default Value:
trueSpecifies whether the POST binding is enabled for the Identity Provider.
 - 
            identityProviderPreferredBinding(optional): 
            string
            Default Value:
NoneAllowed Values:[ "None", "HTTP/POST", "HTTP/Artifact", "HTTP/Redirect" ]Specifies the preferred binding type for endpoints of the Identity Provider services. Must be set to
None,HTTP/POST,HTTP/Artifact, orHTTP/RedirectConstraints
- legal null
 
 - 
            identityProviderRedirectBindingEnabled(optional): 
            boolean
            Default Value:
trueSpecifies whether the Redirect binding is enabled for the Identity Provider.
 - 
            keyEncryptionAlgorithm(optional): 
            string
            Default Value:
rsa-oaepGet the preferred key encryption algorithm for SAML assertion encryption. This algorithm is used if it is found in the Service Provider's metadata or if the Service Partner's metadata does not include any key encryption algorithm.
 - 
            loginReturnQueryParameter(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@257c8e50The name of the query parameter to be used for conveying the login-return URL to the login form web application.
 - 
            loginURL(optional): 
            string
            Default Value:
/saml2/idp/loginThe URL of the login form web application to which unauthenticated requests are directed.
By default, the login URL is
/saml2/idp/loginusing Basic authentication. Typically you specify this URL if you are using a custom login web application.Constraints
- legal null
 
 - 
            metadataEncryptionAlgorithms(optional): 
            array  Items
            
            Title:
Items - 
            name(optional): 
            string
            Read Only:
trueThe user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectNameName=user-specified-nameConstraints
- legal null
 
 - 
            notes(optional): 
            string
            
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.
 - 
            organizationName(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@1b3ddad4The organization name.
This string specifies the name of the organization to which a user may refer for obtaining additional information about the local site.
 - 
            organizationURL(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@216c3648The organization URL.
This string specifies a location to which a user may refer for information about the local site. This string is not used by SAML 2.0 services for the actual handling or processing of messages.
 - 
            passive(optional): 
            boolean
            Default Value:
falseDetermines whether the Identity Provider and the user must not take control of the user interface from the requester and interact with the user in a noticeable fashion. The default setting is
falseThe WebLogic Server SAML 2.0 services generate an exception if Passive (
IsPassive) is enabled and the end user is not already authenticated at the Identity Provider site. In this situation, web single sign-on fails. - 
            POSTOneUseCheckEnabled(optional): 
            boolean
            Default Value:
trueSpecifies whether the POST one-use check is enabled.
If set, the local site POST binding endpoints will store identifiers of all inbound documents to ensure that those documents are not presented more than once.
 - 
            publishedSiteURL(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@aa4a248The published site URL.
When publishing SAML 2.0 metadata, this URL is used as a base URL to construct endpoint URLs for the various SAML 2.0 services. The published site URL is also used during request processing to generate and/or parse various URLs.
The hostname and port portion of the URL should be the hostname and port at which the server is visible externally; this may not be the same as the hostname and port by which the server is known locally. If you are configuring SAML 2.0 services in a cluster, the hostname and port may correspond to the load balancer or proxy server that distributes client requests to servers in the cluster.
The remainder of the URL should be a single path component corresponding to the application context at which the SAML 2.0 services application is deployed (typically
/saml2). - 
            recipientCheckEnabled(optional): 
            boolean
            Default Value:
trueSpecifies whether the recipient/destination check is enabled. When true, the recipient of the SAML Request/Response must match the URL in the HTTP Request.
 - 
            replicatedCacheEnabled(optional): 
            boolean
            Default Value:
falseSpecifies whether the persistent cache (LDAP or RDBMS) is used for storing SAML 2.0 artifacts and authentication requests.
RDBMS is required by the SAML 2.0 security providers in production environments. Use LDAP only in development environments.
If this is not set, artifacts and requests are saved in memory.
If you are configuring SAML 2.0 services for two or more WebLogic Server instances in a domain, you must enable the replicated cache individually on each server. In addition, if you are configuring SAML 2.0 services in a cluster, each Managed Server must also be configured individually.
 - 
            serviceProviderArtifactBindingEnabled(optional): 
            boolean
            Default Value:
trueSpecifies whether the Artifact binding is enabled for the Service Provider.
 - 
            serviceProviderEnabled(optional): 
            boolean
            Default Value:
falseSpecifies whether the local site is enabled for the Service Provider role.
This attribute must be enabled in order to publish the metadata file.
 - 
            serviceProviderPOSTBindingEnabled(optional): 
            boolean
            Default Value:
trueSpecifies whether the POST binding is enabled for the Service Provider.
 - 
            serviceProviderPreferredBinding(optional): 
            string
            Default Value:
NoneAllowed Values:[ "None", "HTTP/POST", "HTTP/Artifact" ]Specifies the preferred binding type for endpoints of Service Provider services. Must be set to "None", "POST", or "Artifact".
Constraints
- legal null
 
 - 
            signAuthnRequests(optional): 
            boolean
            Default Value:
falseSpecifies whether authentication requests must be signed. If set, all outgoing authentication requests are signed.
 - 
            SSOSigningKeyAlias(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@10f36db1The keystore alias for the key to be used when signing documents.
The key is used to generate signatures on all the outgoing documents, such as authentication requests and responses. If you do not specify an alias, the server's configured SSL private key alias from the server's SSL configuration is used by default.
 - 
            SSOSigningKeyPassPhrase(optional): 
            string(password)
            Default Value:
oracle.doceng.json.BetterJsonNull@41f42ec3The passphrase used to retrieve the local site's SSO signing key from the keystore.
If you do not specify a keystore alias and passphrase, the server's configured private key alias and private key passphrase from the server's SSL configuration is used by default.
 - 
            tags(optional): 
            array  Items
            
            Title:
ItemsReturn all tags on this Configuration MBean
 - 
            transportLayerSecurityKeyAlias(optional): 
            string
            
The string alias used to store and retrieve the server's private key, which is used to establish outgoing TLS/SSL connections.
If you do not specify an alias, the server's configured SSL private key alias from the server's SSL configuration is used for the TLS alias by default.
 - 
            transportLayerSecurityKeyPassPhrase(optional): 
            string(password)
            
The passphrase used to retrieve the server's private key from the keystore.
If you do not specify either an alias or a passphrase, the server's configured SSL private key alias and private key passphrase from the server's SSL configuration is used for the TLS alias and passphrase by default.
 - 
            type(optional): 
            string
            Read Only:
trueReturns the type of the MBean.
Constraints
- unharvestable
 
 - 
            wantArtifactRequestsSigned(optional): 
            boolean
            Default Value:
falseSpecifies whether incoming artifact requests must be signed.
This attribute can be set if the Artifact binding is enabled.
 - 
            wantAssertionsSigned(optional): 
            boolean
            Default Value:
trueSpecifies whether incoming SAML 2.0 assertions must be signed.
 - 
            wantAuthnRequestsSigned(optional): 
            boolean
            Default Value:
falseSpecifies whether incoming authentication requests must be signed. If set, authentication requests that are not signed are not accepted.
 - 
            wantBasicAuthClientAuthentication(optional): 
            boolean
            Default Value:
falseSpecifies whether Basic Authentication client authentication is required.
If enabled, callers to HTTPS bindings of the local site must specify a Basic authentication header, and the username and password must be validated against the Basic authentication values of the binding client partner.
 - 
            wantTransportLayerSecurityClientAuthentication(optional): 
            boolean
            Default Value:
falseSpecifies whether TLS/SSL client authentication is required.
If enabled, callers to TLS/SSL bindings of the local site must specify client authentication (two-way SSL), and the identity specified must validate against the TLS certificate of the binding client partner.
 
arrayItemsList 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.
arrayItems[
    "aes128-gcm",
    "aes192-gcm",
    "aes256-gcm",
    "aes128-cbc",
    "aes192-cbc",
    "aes256-cbc",
    "rsa-oaep",
    "rsa-oaep-mgf1p"
]- 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role.