What are best practices for securing the admin section of a website?

Posted by UpTheCreek on Stack Overflow See other posts from Stack Overflow or by UpTheCreek
Published on 2010-05-17T10:06:25Z Indexed on 2010/05/17 10:10 UTC
Read the original article Hit count: 279

I'd like to know what people consider best practice for securing the Admin sections of websites, specifically from an authentication/access point of view.

Of course there are obvious things, such as using SSL and logging all access, but I'm wondering just where above these basic steps people consider the bar to be set.

For example:

  • Are you just relying on the same authentication mechanism that you use for normal users? If not, what?
  • Are you running the Admin section in the same 'application domain'?
  • What steps do you take to make the admin section undiscovered? (or do you reject the while 'obscurity' thing)

© Stack Overflow or respective owner

Related posts about web-development

Related posts about web-security