Each user accessing powerKNOW has to be registered in the database (table 'Users'). To authenticate the user the administrator can choose between the following methods:
| Method | Description |
|---|---|
| Forms authentication |
The user is asked to enter username and password. Username and password must
match with username and password stored in the database. To configure this authentication method:
|
| Forms authentication with persistent cookie |
Same as 'forms authentication' but a persistent cookie is used to store the
login information. A user logging into the application for a second time
will not be asked for username password. To configure this authentication method:
|
| Windows authentication with username + domain |
This authentication method is only available with Internet Information Server.
Windows authentication will be performed by IIS webserver. The name and domain of the authenticated user will then be used to find a matching user in the database. Database field "OS-ID" must contain uuu/ddd with uuu=windows userid and ddd=domain. To configure this authentication method:
|
| Windows authentication with username only |
This authentication method is only available with Internet Information Server.
Same as "Windows authentication with username + domain" but only username is used identifying the user in the database. Database field "OS-ID" must contain the windows user id To configure this authentication method:
|