Web application to use window domain accounts for authentication

后端 未结 3 431
花落未央
花落未央 2021-01-02 11:03

If you have a web application that will run inside a network, it makes sense for it to support windows authentication (active directory?).

Would it make sense to us

3条回答
  •  一个人的身影
    2021-01-02 11:28

    I used windows security on some of my internal sites.

    Basically the way I set it up is I remove anonymous access in IIS, then assign permissions on the sites files though the standard windows security model.

    I'm not sure if this is the best practices, but it has always worked well for me.

提交回复
热议问题