How to configure CruiseControl.Net for Windows Authentication?
Posted
by
balu
on Server Fault
See other posts from Server Fault
or by balu
Published on 2010-08-02T08:32:11Z
Indexed on
2014/05/28
3:33 UTC
Read the original article
Hit count: 491
I am using CruiseControl.Net for continuous integration which is now accessing the dashboard through login plugin, which in turn is authenticating and authorizing after verifying it with a set of users saved as XML file in the CruiseControl.Net server.
Now, i need to bring in Windows Authentication to the system whereby which CruiseControl.Net server webdashboard when accessed from a client machine(local machine associated with a common server), would be authenticated and be authorized to access the CruiseControl.Net features based on the authority of the logged in users.
Kindly guide me to go ahead with this, appreciate all kinds of resources that would be helpful for achieving this.
Thanks.
© Server Fault or respective owner