accessmanager-autologin-httpheader Configuration

This configuration is optional.

Required by Cadenza feature: HTTP Header-Based Authentication

Included in edition: Kooperation.

  • Documentation

  • YAML Format

  • XML Format

Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets.
<httpHeaderAutoLoginConfiguration
>
required

HTTP header auto login configuration of the user management.

<enabled
>
optionalmax. 1
boolean

false to disable the authenticator.

Default: true

</enabled>
<headerName
>
requiredmax. 1
string
</headerName>
</httpHeaderAutoLoginConfiguration>
This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
cadenzaconfig:
  settings:
    accessmanager-autologin-httpheader:
      enabled: true
      headerName: "text"

Filename: accessmanager-autologin-httpheader-config.xml

This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<httpHeaderAutoLoginConfiguration>
  <enabled>true</enabled>
  <headerName>text</headerName>
</httpHeaderAutoLoginConfiguration>