The LemonEdge platform supports Windows, Kerberos, or NTLM authentication. To enable this feature, update your appsettings.json as follows:
{
"Authentication": {
"Type": "Windows"
},
...
}
Note: Additional server configuration may be required to fully enable this functionality. The authentication handler detects if the underlying server supports Windows Authentication natively and if it is enabled. If the server supports Windows Authentication but it is disabled, an error is thrown asking you to enable the server implementation.
Note: LemonEdge does not currently support role/group based authentication of active directory users. This feature may be implemented upon request or as part of a future update. See the full list of windows authentication features here.
Comments
Please sign in to leave a comment.