I use CruiseControl.Net for continuous integration, which now accesses the dashboard through the login plugin, which in turn is authenticated and authorized after verification using a set of users stored as an XML file on the CruiseControl.Net server.
Now I need to bring Windows authentication into the system, according to which the web panel of the CruiseControl.Net server, when accessed from the client computer (the local machine connected to the shared server), will be authenticated and have access to CruiseControl.Net functions based on authority of registered users.
Please advise me to continue this, to evaluate all kinds of resources that would be useful to achieve this.
Thank.
source
share