SAML Configuration¶
SAML configuration allows you to customize various aspects of the SAML-based Single Sign-On (SSO) integration in the Privacera Portal. These settings help fine-tune the SSO experience to align with your organization's specific needs. Available configuration options include:
-
SAML Skew Time: SAML skew time provides a buffer for time discrepancies between the Identity Provider (IdP) and the Privacera Portal during SAML authentication. Proper configuration of the skew time helps prevent authentication failures caused by clock mismatches.
-
Global Logout URL: This configuration enables or disables the global logout URL functionality. When enabled, users are redirected to a specified URL upon logging out, which can be useful for directing them to a custom logout page or another application.
-
Force Authentication: This configuration enables or disables the global logout URL functionality. When enabled, users are redirected to a specified URL upon logging out, which can be useful for directing them to a custom logout page or another application.
Custom SAML Configuration¶
-
SSH into the instance where Privacera Manager is installed.
-
Navigate to the configuration directory:
Bash -
Copy the sample variables to the custom variables directory if they are not already present:
Bash -
Open the
vars.portal.yml
file for editing:Bash -
Locate the variable for skew time and uncomment it. Then, set the desired skew time in seconds.
YAML Example:
YAML -
Locate the variable for enabling the global logout URL and uncomment it. Set it to
true
orfalse
:YAML Example:
YAML -
Locate the variable for force authentication and uncomment it. Set it to
true
orfalse
:YAML Example:
YAML -
Save and close the file.
Deploying the Service¶
-
Generate the Helm charts. This step prepares the required Kubernetes configurations for deploying the Privacera services.
-
Apply the Helm charts. This will deploy the Privacera services to your Kubernetes cluster and may take a few minutes.
Bash -
Perform post-installation steps, such as generating the plugin tarball and updating Route 53 DNS. These steps are essential to finalize the deployment and ensure that all services are properly configured.
Bash
By customizing these SAML configurations, you can enhance the security, usability, and overall functionality of your SSO integration with the Privacera Portal.