Including Additional JKS Parameters for SSO
If you want to use additional JKS parameters for SSO, follow the below procedure.
Procedure:
Steps
- Create a backup of gax.properties file (gax_bkp.properties).
- Empty the gax.properties file.
- Start GAX. Access GAX in the same machine where it is installed using the url: http://localhost:8080/gax/
- Log in as a root user. Password is not required for this login.
- Access http://localhost:8080/gax/api/system/generategaxkey in another browser tab. This creates the gax_store.txt file in the conf folder.
- Access the below APIs to add encrypted parameters in the gax.properties file:
http://localhost:8080/gax/api/system/setsamljkspassword?password=<PASSWORD>
http://localhost:8080/gax/api/system/setsamlsigningkeyname?name=<NAME>
http://localhost:8080/gax/api/system/setsamlsigningkeypassword?password=<PASSWORD> - Add the existing parameters from the backup file gax_bkp.properties to gax.properties file and save it.
- Now, follow the steps provided in the Enabling SSO section to enable the SSO feature.
Important
Do not close the browser tab until all the parameters are added. This page was last edited on April 9, 2021, at 11:10.
Comments or questions about this documentation? Contact us for support!