1.1.5.3.1 Configuration Example

Following is an example of the JWT configuration file specified in the jwtConfigFileLoc property for configurable JWT authentication and customizable response messages for authentication failures. This file includes SALT JWT configuration details, such as JWT error mappings and additional parameters for handling authentication failures.

Configuration Example

<Deployment>
    <WSGateway>
        <GWInstance id="GWWS1">
            <Properties>
                <Property name="jwtConfigFileLoc" value="<path_to_salt_jwt_config>/saltjwt.config"/>
            </Properties>
        </GWInstance>
    </WSGateway>
</Deployment>