Skip to content

Release 9.1.0.12

These release notes are applicable only to PrivaceraCloud.

Privacera Portal

Session Isolation Fix Across Browser Tabs

Each tab now reliably maintains its own session context, ensuring users only see data relevant to their authenticated session.

Resolved an issue where having multiple browser tabs open with different user sessions could result in one tab displaying the data from another account. Now, session isolation is enforced to ensure each tab shows only data relevant to the logged-in user.

SSO Username Enhancement: Support for Full Email Address

SSO Username Enhancement: Support for Full Email Address

You can now configure SSO to use the full email address as the username when the username attribute is in email format.

Previously: Only the portion before the "@" symbol was used as the username.

Now: You can choose to use either the prefix or the full email address, configurable in the SSO settings.

Note: This is an optional setting and does not affect existing configurations unless explicitly updated.

AUDIT SERVER

Audit Server OOM Investigation Enhancements

Audit Server OOM Investigation Enhancements

To support better troubleshooting of out-of-memory (OOM) issues in the audit server, the following improvements have been made:

Logging Enhancements

  • Added access logs
  • Enriched audit server logs with payload size and unmarshalled payload size

GC and Heap Dump Configuration

  • Introduced support for configuring the G1 Garbage Collector (G1GC)
  • Enabled automatic heap dump generation on OOM

Exception Handling Improvements

  • Enhanced OOM exception handling to include packet size and additional diagnostic details for easier root cause analysis

Comments