Skip to content

Commit 4ccfd2b

Browse files
rakillenrobertpatrick
authored andcommitted
Updated documents for SAML2 archive changes
1 parent 351db46 commit 4ccfd2b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

documentation/3.0/content/concepts/archive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ in place when running WDT tools like the Create Domain or Update Domain tools.
127127
#### `wlsdeploy/scripts`
128128
The root directory under which script files are stored. These can include JDBC create scripts and WLDF action scripts.
129129

130+
#### `wlsdeploy/security/saml2`
131+
The directory under which initialization files can be stored for use with the SAML2 Identity Asserter. These files can include `saml2idppartner.properties` and `saml2sppartner.properties`, and any XML metadata files they reference. These files are added to the archive by the Discover Domain Tool, and extracted by the Create Domain and Update Domain Tools.
132+
133+
Initialization files and their metadata files are not deployed if a corresponding `<filename>.initialized` file is present in the domain's `<domain>/security` directory. This indicates that existing initialization files have already been processed. To overwrite an existing initialization file, remove the corresponding `<filename>.initialized` file, and restart the server to reinitialize the SAML2 Identity Asserter.
134+
130135
#### `wlsdeploy/servers/<server-name>`
131136
The root directory under which server keystore files are stored. These are organized by server name, such as
132137
`wlsdeploy/server/AdminServer/mykey.jks`.

documentation/3.0/content/userguide/tools/archive_helper.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Subcommands:
5151
nodeManagerKeystore Add node manager keystore to the archive file.
5252
opssWallet Add OPSS wallet to the archive file.
5353
rcuWallet Add RCU database wallet to the archive file.
54+
saml2InitializationData Add a SAML2 data initialization file to the archive
55+
file.
5456
script Add script to the archive file.
5557
serverKeystore Add a server keystore to the archive file.
5658
sharedLibrary Add shared library to the archive file.

0 commit comments

Comments
 (0)