<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content

Okta Access Gateway: App Compression Settings

Access Gateway
Okta Classic Engine
Okta Identity Engine

Overview

This article shows how to add gzip compression directives for an OAG application. The directives needs to be added under the advanced section in root or in specific policy. 

Applies To

  • Okta Access Gateway (OAG)
  • Application custom policy configuration
  • Okta Identity Engine (OIE)
  • Okta Classic Engine

Solution

The following directives will help meet the application's specific compression configuration requirements. The settings can be used independently or together, as shown in the screenshot below:

Advanced

gzip on;
gzip_types text/plain application/xml;
gzip_min_length 1000;
gzip_proxied no-cache no-store private expired auth;

 

Related References

 
Loading
Okta Support - Okta Access Gateway: App Compression Settings