Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Should I use Pubcookie or the UW Windows Infrastructure with IIS?

0
10 Posted

Should I use Pubcookie or the UW Windows Infrastructure with IIS?

0
10

This is a complex question and deserves a bit of background. We recommend first reading X if you aren’t intimately familar with how authorization is connected to authentication on the Windows platform. Pubcookie can certainly do authentication, but for the Windows platform requires that you write your own code to do the authorization. On the unix platform, there’s something called mod_uwa that will do authorization against GDS, the enterprise groups directory. However, GDS has a limited set of groups in it at this time, which primarily consists of course groups. If you wrote your own code to do the authorization on Windows, on what can you base the decision-making within that code? You can snag the uwnetid string that Pubcookie has. You could then compare that to … GDS, the enterprise groups directory? Only if GDS had groups that meant something to your web application. Groups in your Windows domain? Why should you write something if you could do this comparison without writing code

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123