master-authn-server-url

Use this entry to designate the base URL of the master authentication server for this collection of Redis servers.

Syntax

master-authn-server-url = <url>

Description

The base URL of the master authentication server for this collection of Redis servers. The master authentication server, if specified, will be responsible for the generation of all new sessions for this collection. This configuration entry is designed to be used in an environment where you wish to share sessions across multiple DNS domains. The configuration entry should be of the format: http{s}://<server>{:<port>}.

As part of the session sharing flow the URL of the originating server must be dynamically constructed. This URL will be constructed from the first available, and valid, of the following request headers: Forwarded, X-Forwarded-Host and X-Forwarded-Proto, Host.

Options

<url>
The base URL of the master authentication server.

Usage

This stanza entry is optional.

Default value

None

Example

master-authn-server-url = https://master.ibm.com:9443