windows-authentication
Silverlight WCF Security with Custom Bindings
I have a silverlight app that calls a number of WCF services. The typical bindings for the silver light client looks like this:[详细]
2023-02-20 06:02 分类:问答Windows Authentication pop-up
开发者_StackOverflow社区When I try to use Windows auth, the pop-up tells me: X website required login for Y domain.[详细]
2023-02-20 02:47 分类:问答Receiving login prompt using integrated windows authentication
I have a .NET 3.5 application running under IIS 7 on Windows 2003 server and cannot get integrated windows authentication working properly as I continue to get prompted for a login. I have set Windows[详细]
2023-02-18 23:10 分类:问答ASP.NET role management with windows authentication
I am working on an intranet website using ASP.NET and was wondering what exa开发者_开发问答ctly I can gain by enabling roles when Windows authentication is enabled for my website. I can check if users[详细]
2023-02-18 10:38 分类:问答Where does WWW-Authenticate header get added when using WindowsAuthenticationModule
If I set Windows Authentication to true in IIS7 and set Anonymous Authentication to false, I will get a WWW-Authenticate header.I assume this is the cue to the browser to po开发者_如何学JAVApup the au[详细]
2023-02-16 20:10 分类:问答Python: Get Windows username of user viewing page?
Is there a way in Python/Django to get the username of the currently logged-in Windows user, from an app that is not running locally?[详细]
2023-02-14 03:38 分类:问答App pool identity versus impersonation identity?
I found only one thread relating to this but it did not answer the question. I\'m curious to a link or explanation of the difference between setting an impersonation user viain 开发者_开发知识库the[详细]
2023-02-12 12:40 分类:问答Using Windows auth, but getting redirected to forms auth login page?
We\'re running IIS7 and have windows authentication enabled. Everything else is disabled. When we go to the page though, we aren\'t prompted for a windows logon, but are redirected to the default form[详细]
2023-02-12 04:08 分类:问答Windows Authentication header token not being sent?
I\'m trying to get a ASP.NET application to use windows a开发者_开发技巧uthentication. I have disabled anonymous auth and enabled windows auth in IIS7. On my dev box (my workstation, localhost) I can[详细]
2023-02-12 04:06 分类:问答asp.net application with windows authentication and custom membership provider advice
I’ve been asked to upgrade a few applications and I’m planning on merging all of them into one asp.net application. I’m fine with this decision and have spoken with fellow workers and they also thi[详细]
2023-02-11 19:23 分类:问答