Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Appendix A. Reference Material
A.1. Example wildfly-config.xml Link kopierenLink in die Zwischenablage kopiert!
The wildlfly-config.xml file is one way for clients to use Elytron Client, which allows clients to use security information when making connections to JBoss EAP. For more details on using Elytron Client, see Configure Client Authentication with Elytron Client.
Example: custom-config.xml
For more information about how to configure clients using the wildfly-config.xml file, see Client Configuration Using the wildfly-config.xml File in the Development Guide for JBoss EAP.
A.2. Reference for Single Sign-on Attributes Link kopierenLink in die Zwischenablage kopiert!
An SSO authentication mechanism configuration.
This is the reference for the setting=single-sign-on resource of the application-security-domain in the undertow subsystem.
A.2.1. Single Sign-on Link kopierenLink in die Zwischenablage kopiert!
| Attribute | Description |
|---|---|
|
| The cookie domain to be used. |
|
| The cookie path. |
|
|
For setting cookie’s |
|
|
For setting cookie’s |
|
| The name of the cookie. |
|
| The reference to keystore containing a private key entry. |
|
| The alias of the private key entry used for signing and verifying back-channel logout connection. |
|
| The credential reference to decrypt the private key entry.
|
|
| The reference to the SSL context used to secure back-channel logout connection. |
Revised on 2018-10-11 12:32:41 UTC