Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Kyvos Reporting provides the following ways to authenticate users.

...

To authenticate users through a preferred channel, select one of the following values in the Authentication Check is performed by dropdown.

  • Select

    Anchor
    c9c06fe8-035f-47c7-bdae-16742b8155aec9c06fe8-035f-47c7-bdae-16742b8155aeintellicus
    intellicus
    Intellicus if Kyvos Reporting should authenticate the user of this organization. Username and password will be stored in Kyvos Reporting repository. When a user logs in, Kyvos Reporting will verify the credentials before allowing the access. Select this value when Kyvos Reporting is deployed as stand-alone.

  • Select

    Anchor
    5689a828-7047-4811-931e-8bd43b1216e75689a828-7047-4811-931e-8bd43b1216e7externalApp
    externalApp
    External Application to authenticate users by an external application.

    • Select Type and provide Server IP and Port of the external application’s machine.

    • User DN of the user is required to authenticate to the external source. In this case, you need to map application users with Kyvos Reporting users.

    • The supported external authenticators are LDAP, LDAPS & SAML 2.0.

...

  • Select

    Anchor
    05a12541-a1d7-44cf-8caf-16964fd2ff21
    05a12541-a1d7-44cf-8caf-16964fd2ff21
    Host Application to authenticate users through the application integrated with Kyvos Reporting. To authenticate via host application, you need to manually map the users.

  • Select

    Anchor
    411e5b79-a0e8-469a-87d8-fe1e864b9bd0
    411e5b79-a0e8-469a-87d8-fe1e864b9bd0
    Call Back Mechanism when Kyvos Reporting is integrated in an application, and should call the host application’s code to perform the authentication check. In this case, a function is called along with user credentials as arguments. This function carries out authentication and returns the result.
    For your authentication code, under the Java Class Implementer, specify implementer class name that Kyvos Reporting should call.

...