Reputation: 121
I have requirement to setup single sign on for my MarkLogic server. What are the steps that I need to perform for doing such task?
Upvotes: 0
Views: 135
Reputation: 20414
I think you are looking for External Security
, which comes in roughly three flavors in MarkLogic:
Kerberos is a ticket-based authentication protocol, so that should work well for Single Sign-on.
SAML is a standard that should also allow Single Sign-on but in a more generic way.
Details about each of those options, including steps on how to setup each is available in the Security Guide
:
http://docs.marklogic.com/guide/security/external-auth#chapter
HTH!
Upvotes: 3