minio / doctor

Doctor is a documentation server for your docs in github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSO and Authentication

markrey opened this issue · comments

Great work on the project. I am considering to use this for one portal.

  1. Is there a way we can do authenticaiton?
  2. Is there a way we can introduce SSO / SAML functions?

end use : User needs to login to see documents. it can be standalone auth or SSO auth.

Usually documentation sites are not user authenticated. But if you need to add authentication or say OAuth, it would very simple for you to extend and do that. I will post to you in a couple of days how you can do that yourself if you clone the repo.

Surething! I have two portals one internal and one external.
Internal can be accessed with authentication and external will be open.

I am just browsing through source code and will try it as well.