AIP Console - Information - SAML Configuration - How to generate Metadata xml file for SAML configuration
Purpose
The page provides information on configuration of metadata.xml file and how it can be authenticated and added into servers of the IDP, for SAML authentication.
Observed in CAST AIP
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Observed on RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ✅ |
| CSS2 | ✅ |
AIP Console
| Release | Yes/No |
|---|---|
| >1.15 | ✅ |
Step by Step Scenario
- Configure AIP Console for SAML authentication.
Action Plan
To import the metadata.xml file, please follow the below steps -
First we need to generate a Self signed certificate using command:
On Windows:<JRE home>\bin\keytool-genkey -alias mycert -keyalg RSA -keystore “C:\ProgramData\CAST\AipConsole\AipConsole\certificate.jksEnable HTTPS as mentioned in the doc Changing Console and Node port numbers - activating HTTPS
Copy the sample AIP Console Meta Data file by navigating to https://localhost:
/saml/metadata and share it to the IT/IDP team. You can generate this after restarting the Console for the first time after configuring to use the SAML. SAML authentication) This Metadeta.xml file needs to be shared with the IT Team so that, they will register it in the SAML server and provide you with the metadata.xml file to configure.
Place the file in the machine and specify the path under security.saml.metadata.source in the aipConsole.properties file
During the installation of the AIP Console | Post installation using aipConsole.properties | Description of option | |
|---|---|---|---|
| SAML metadata source | security.saml.metadata.source= | Specify the location for the metadata source (as outlined in IDP MetaData generation), for example:
| |
Note - If the Metadata.xml file is not authenticated with the IDP server from the IDP provider, we will end up with an error while configuring AIP Console with SAML.
- If the above steps do not solve your issue then contact CAST Technical Support. with the following Relevant input
Relevant Input
- Log file showing the error
- A detailed list of the steps done
- Screenshots from AIP Console showing the issue and configuration of SAML.
Notes/comments
Ticket # 29434
Related Pages