Skip to main content

service.jwt.header_name

Vasyl MartyniukLess than 1 minute

Syntax

service.jwt.header_name = "string"

The default value: Authentication

Definition

The name of the HTTP header that may contain a JWT token for request authentication. The provided header should contain a raw token string or string prefixed with Bearer . Otherwise, AAM may have trouble parsing it.

FYI!

AAM also attempts to look for a header Authorization too.