ルート・スキーマ: Federation Services
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"ACSRequiresSSL":{
"default":true,
"type":"boolean",
"description":"<p>Specifies whether the Assertion Consumer Service requires SSL.</p>"
},
"ARSRequiresSSL":{
"default":true,
"type":"boolean",
"description":"<p>Specifies whether the Assertion Retrieval Service requires SSL.</p>"
},
"ARSRequiresTwoWaySSL":{
"default":false,
"type":"boolean",
"description":"<p>Specifies whether the Assertion Retrieval Service requires two-way SSL authentication.</p>"
},
"ITSRequiresSSL":{
"default":true,
"type":"boolean",
"description":"<p>Specifies whether the Intersite Transfer Service requires SSL.</p>"
},
"POSTOneUseCheckEnabled":{
"default":true,
"type":"boolean",
"description":"<p>Specifies whether the POST one-use check is enabled.</p>"
},
"POSTRecipientCheckEnabled":{
"default":true,
"type":"boolean",
"description":"<p>Specifies whether the POST recipient check is enabled. When true, the recipient of the SAML Response must match the URL in the HTTP Request.</p>"
},
"SSLClientIdentityAlias":{
"default":null,
"type":"string",
"description":"<p>The alias used to store and retrieve the Destination Site's SSL client identity in the keystore.</p>"
},
"SSLClientIdentityPassPhrase":{
"type":"string",
"format":"password",
"description":"<p>The passphrase used to retrieve the Destination Site's SSL client identity from the keystore.</p>"
},
"allowedTargetHosts":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>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.</p>"
},
"assertionConsumerURIs":{
"default":[
"/samlacs/acs"
],
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>The Assertion Consumer URIs.</p>"
},
"assertionRetrievalURIs":{
"default":[
"/samlars/ars"
],
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>One or more URIs on which to listen for incoming assertion retrieval requests.</p><p>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:</p><p><code> /my_application/saml/ars</code></p><p>which would be accessible from the outside as <code>https://my.example.com/my_application/saml/ars</code></p>"
},
"assertionStoreClassName":{
"default":null,
"type":"string",
"description":"<p>The class that provides persistent storage for assertions, if you use an Assertion Store class other than the default class.</p>"
},
"assertionStoreProperties":{
"default":null,
"type":"object",
"description":"<p>Properties passed to Assertion Store class initStore() method.</p><p>This may be useful if you have implemented a custom Assertion Store class.</p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
},
"destinationSiteEnabled":{
"default":false,
"type":"boolean",
"description":"<p>Specifies whether the Destination Site is enabled.</p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"intersiteTransferURIs":{
"default":[
"/samlits_ba/its",
"/samlits_ba/its/post",
"/samlits_ba/its/artifact",
"/samlits_cc/its",
"/samlits_cc/its/post",
"/samlits_cc/its/artifact"
],
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>The Intersite Transfer URIs.</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The user-specified name of this MBean instance.</p><p>This name is included as one of the key properties in the MBean's <code>javax.management.ObjectName</code></p><p><code>Name=<i>user-specified-name</i></code></p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this configuration.</p><p>WebLogic Server saves this note in the domain's configuration file (<code>config.xml</code>) as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><p>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p>"
},
"signingKeyAlias":{
"default":null,
"type":"string",
"description":"<p>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.</p>"
},
"signingKeyPassPhrase":{
"type":"string",
"format":"password",
"description":"<p>The passphrase used to retrieve the Source Site's signing key from the keystore.</p>"
},
"sourceIdBase64":{
"readOnly":true,
"type":"string",
"description":"<p>The Source Site ID base64-encoded.</p><p>This read-only value is a Base64 representation of a 20-byte binary value that is calculated from the <code>SourceSiteURL</code>. If you want to configure ARTIFACT profile with another site, you will need to give a <code>SourceId</code> value to the other site. This value is automatically updated when the <code>SourceSiteURL</code> changes.</p>"
},
"sourceIdHex":{
"readOnly":true,
"type":"string",
"description":"<p>The Source Site ID in hexadecimal.</p><p>This read-only value is a hexadecimal representation of a 20-byte binary value that is calculated from the <code>SourceSiteURL</code>. If you want to configure ARTIFACT profile with another site, you will need to give a <code>SourceId</code> value to the other site. This value is automatically updated when the <code>SourceSiteURL</code> changes.</p>"
},
"sourceSiteEnabled":{
"default":false,
"type":"boolean",
"description":"<p>Indicates whether the Source Site is enabled.</p>"
},
"sourceSiteURL":{
"default":null,
"type":"string",
"description":"<p>The URL for the Source Site.</p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"type":{
"readOnly":true,
"x-weblogic-unharvestable":true,
"type":"string",
"description":"<p>Returns the type of the MBean.</p><p><h5>Constraints</h5></p><ul><li>unharvestable</li></ul>"
},
"usedAssertionCacheClassName":{
"default":null,
"type":"string",
"description":"<p>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.</p>"
},
"usedAssertionCacheProperties":{
"default":null,
"type":"object",
"description":"<p>Properties to be passed to the Used Assertion Cache class.</p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
}
},
"description":""
}
ネストされたスキーマ: Items
タイプ: array
タイトル: Items
SAML SPのターゲット・リダイレクトURLのホストと比較するホストのリスト。リストが空の場合、ターゲット・リダイレクトURLはチェックされません。
ソースを表示
{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>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.</p>"
}
ネストされたスキーマ: Items
タイプ: array
タイトル: Items
デフォルト値: [ "/samlacs/acs" ]
ソースを表示
{
"default":[
"/samlacs/acs"
],
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>The Assertion Consumer URIs.</p>"
}
ネストされたスキーマ: Items
タイプ: array
タイトル: Items
受信するアサーション取得リクエストをリスニングするための1つ以上のURI。
アーティファクト・プロファイルの場合、宛先サイトでは、ソース・サイト(ソース・サイトのID値が必要)とアサーションIDを表すSAMLアーティファクトを受信し、ソース・サイトのアサーション検索URLに、そのアーティファクトを含むリクエストを送信します。ソース・サイトでは、対応するアサーションに応答します。複数のURIを構成できますが、通常は1つで十分です。URIは、アプリケーション・コンテキストとリソース・コンテキストで構成されます。たとえば:
/my_application/saml/ars
これはhttps://my.example.com/my_application/saml/ars
として外部からアクセス可能です。
デフォルト値: [ "/samlars/ars" ]
ソースを表示
{
"default":[
"/samlars/ars"
],
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>One or more URIs on which to listen for incoming assertion retrieval requests.</p><p>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:</p><p><code> /my_application/saml/ars</code></p><p>which would be accessible from the outside as <code>https://my.example.com/my_application/saml/ars</code></p>"
}
ネストされたスキーマ: Properties
タイプ: object
タイトル: Properties
使用可能なその他のプロパティ
ソースを表示
{
"default":null,
"type":"object",
"description":"<p>Properties passed to Assertion Store class initStore() method.</p><p>This may be useful if you have implemented a custom Assertion Store class.</p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
}
Assertion StoreクラスのinitStore()メソッドに渡されるプロパティ。
カスタムAssertion Storeクラスを実装している場合に便利です。
デフォルト値: oracle.doceng.json.BetterJsonNull@50bdd956
ネストされたスキーマ: Items
タイプ: array
タイトル: Items
デフォルト値: [ "/samlits_ba/its", "/samlits_ba/its/post", "/samlits_ba/its/artifact", "/samlits_cc/its", "/samlits_cc/its/post", "/samlits_cc/its/artifact" ]
ソースを表示
{
"default":[
"/samlits_ba/its",
"/samlits_ba/its/post",
"/samlits_ba/its/artifact",
"/samlits_cc/its",
"/samlits_cc/its/post",
"/samlits_cc/its/artifact"
],
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>The Intersite Transfer URIs.</p>"
}
ネストされたスキーマ: Properties
タイプ: object
タイトル: Properties
使用可能なその他のプロパティ
ソースを表示
{
"default":null,
"type":"object",
"description":"<p>Properties to be passed to the Used Assertion Cache class.</p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
}
使用済みアサーション・キャッシュ・クラスに渡されるプロパティ。
デフォルト値: oracle.doceng.json.BetterJsonNull@2fa7a6c