Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 15 Current »

KnowHow supports multiple source for Authentication and 4 different kind of roles for Authorization.

Authentication

On the Login screen, the user can select Standard login or AD login to authenticate him/her-self

KnowHOW Login

Any individual can self-sign on a KnowHow instance. You can use the login page to register a user specifying user name, password, and email. Once Ad provider is configured, KnowHOW login can be disabled from setting in KnowHOW.

Active Directory Login

A user using a default Superadmin user or with a SUPERADMIN role can configure AD server details on the KnowHOW instance.

  1. Upload AD certificate via Setting section in KNowHOW.

  2. Go to settings from the sandwich icon on the top right corner 

  3. Under "Misc. Settings" tabs go to AD settings

  4. Provide the AD server details mentioned 

    • Bind Username (used to create a bind and validate the users)

    • Bind User Password

    • Root Distinguished Name: Root path of AD tree under which users are being searched on AD server (eg: DC=company,DC=com)

    • AD Host - URL used to connect to the server using LDAPS 

    • AD Port - port for AD (Eg: 639)

    • Domain - AD domain under which users are registered   (eg: testuser@company.com  → Domain: http://company.com )

  5. After configuring the AD details click on save, restart the customAPI container 

  6. Once CustomAPI is up, go to the login screen select "Login With AD" and provide your AD login username and password

  • No labels