accessmanagerssospnego Configuration

This configuration is optional.

Required by Cadenza feature: SPNEGO Authentication

Included in editions: BI Team, BI Enterprise, LI Professional, LI Pro Enterprise, Kooperation.

  • Documentation

  • YAML Format

  • XML Format

Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets.
<singleSignOnSpnego
>
required
Configuration for Single sign-on SPNEGO (e.g. Windows-Authentication) in the Cadenza user management.
<enabled
>
optionalmax. 1
boolean

false to disable the authenticator.

Default: true

</enabled>
<userName
>
required
string
</userName>
<encodedPassword
>
required
string
</encodedPassword>
</singleSignOnSpnego>
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:
    accessmanagerssospnego:
      enabled: true
      userName: "text"
      encodedPassword: "text"

Filename: accessmanagerssospnego-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"?>
<singleSignOnSpnego>
  <enabled>true</enabled>
  <userName>text</userName>
  <encodedPassword>text</encodedPassword>
</singleSignOnSpnego>