Ubisecure CustomerID uses WildFly as a J2EE Container. This chapter describes how to download Identity Provider metadata from Ubisecure SSO, generate Service Provider metadata, and deploy the cid-ear-x.x.x.ear
and cid-worker-ear-x.x.x.ear
enterprise archives (EARs).
...
Download IDP metadata by running the following commands:
Code Block language text theme RDark cd /D "%PROGRAMFILES%\Ubisecure\customerid\tools\" get-metadata.cmd
This command will show download statistics if successful.
Initialize Ubisecure CustomerID SPs by running the following commands:
Code Block language text theme RDark cd /D "%PROGRAMFILES%\Ubisecure\customerid\tools\" init-eidm-sp.cmd
This command will not display any output if successful.
Initialize authentication provider by running the following commands:
Code Block language text theme RDark cd /D "%PROGRAMFILES%\Ubisecure\customerid\tools\" init-eidm-ap.cmd
This command will not display any output if successful.
Deploy the Ubisecure CustomerID applications to WildFly using the deploy-ear.cmd
script. When invoking the script, you must supply the path to the ear EAR file, like in the example below:
Code Block | ||||
---|---|---|---|---|
| ||||
cd /D "%PROGRAMFILES%\Ubisecure\customerid\tools\" deploy-ear.cmd %USERPROFILE%\Desktop\customerid\cid-ear-x.x.x.ear deploy-ear.cmd %USERPROFILE%\Desktop\customerid\cid-worker-ear-x.x.x.ear |
...