<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cloud API Configuration on</title><link>https://docs.protegrity.com/browser-protector/1.0.2/docs/installation/pre_configuration/cloud_protect_api/</link><description>Recent content in Cloud API Configuration on</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://docs.protegrity.com/browser-protector/1.0.2/docs/installation/pre_configuration/cloud_protect_api/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuration for AWS</title><link>https://docs.protegrity.com/browser-protector/1.0.2/docs/installation/pre_configuration/cloud_protect_api/configuration_aws/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/browser-protector/1.0.2/docs/installation/pre_configuration/cloud_protect_api/configuration_aws/</guid><description>When deploying the Cloud API on AWS using CloudFormation, ensure that JWT authentication is properly configured by setting the following parameters:
CloudFormation Parameters: Set authorization to jwt:
This specifies that JWT authentication will be used to secure the API. Set jwt_verify to 1:
Enables verification of the JWT token during API requests. Set jwt_secret_base64 to the Public Key (PEM Base64 Encoded):
Use the jwt_signing_key public key obtained from Retrieve JWT Public Signing Key .</description></item><item><title>Configuration for GCP</title><link>https://docs.protegrity.com/browser-protector/1.0.2/docs/installation/pre_configuration/cloud_protect_api/configuration_gcp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/browser-protector/1.0.2/docs/installation/pre_configuration/cloud_protect_api/configuration_gcp/</guid><description>When deploying the Cloud API on GCP, ensure that JWT authentication is properly configured by setting the following parameters:
Cloud Function Parameters (Can be set in terraform template or by GCP UI): Set authorization to jwt:
This specifies that JWT authentication will be used to secure the API. Set jwt_verify to 1:
Enables verification of the JWT token during API requests. Set jwt_secret_base64 to the Public Key (PEM Base64 Encoded):</description></item><item><title>Configuration for Azure</title><link>https://docs.protegrity.com/browser-protector/1.0.2/docs/installation/pre_configuration/cloud_protect_api/configuration_azure/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/browser-protector/1.0.2/docs/installation/pre_configuration/cloud_protect_api/configuration_azure/</guid><description>Ensure that JWT authentication is properly configured by setting the following parameters:
Navigation:
From Azure console, navigate to Function App and select protect function app. Navigate to Settings &amp;gt; Environment variables Configuration Parameters to add / update:
Set OPENID_ENABLED to false.
Set authorization to jwt:
This specifies that JWT authentication will be used to secure the API. Set jwt_verify to 1:
Enables verification of the JWT token during API requests.</description></item></channel></rss>