WebSphere Application Server traditional wsadmin scripts:
deployOidc.py installs the WebSphere OIDC TAI EAR,
WebSphereOIDCRP.ear
, as an admin app calledWebSphereOIDCRP_Admin
. If you intend to protect the admin console on the deployment manager with the OIDC TAI, the OIDC EAR must be deployed as an admin app.To install the OIDC EAR as an admin application on your deployment manager, run the following command:
wsadmin -f deployOidc.py install
The
deployOidc.py
script can also be used to uninstall theWebSphereOIDCRP_Admin
application.You can find steps to protect the admin console with OIDC at Configuring WebSphere admin console to login with OIDC.
deploySaml.py installs the WebSphere OIDC TAI EAR,
WebSphereSamlSP.ear
, as an admin app calledWebSphereSamlSP_Admin
. If you intend to protect the admin console on the deployment manager with the SAML TAI, the SAML EAR must be deployed as an admin app.To install the SAML EAR as an admin application on your deployment manager, run the following command:
wsadmin -f deploySaml.py install
The
deploySaml.py
script can also be used to uninstall theWebSphereSamlSP_Admin
application.You can find steps to protect the admin console with SAML at Configuring WebSphere admin console to login with SAML.
updateAuthAlias.py dynamically updates the password of the specified JAAS authentication alias in an application server process without requiring a server restart. This script will not work as described on a node agent or deployment manager.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.