You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
I've been trying to get a grove-based application to use SAML and have run into difficulties. The MarkLogic Node.js Client API can handle SAML, but Grove doesn't use that. auth-helper.js relies on www-authenticate, but it looks like that library doesn't support SAML.
Is there any documentation or an example somewhere that could help with this?
The text was updated successfully, but these errors were encountered:
I am afraid not. Have you tried pushing SAML auth down to MarkLogic? SAML support in 10.0-5 seems reasonable, and I have been told it can work as transparently as LDAP in MarkLogic.
That said, if you really want to do it in grove-node, you might be able to leverage https://www.npmjs.com/package/passport-saml. The www-authenticate lib is used in combination with passport-local, to provide a customized digest auth scheme (originating from slush-marklogic-node). Then again, you still need to authenticate and connect to ML as well. Doing SAML inside MarkLogic would simplify this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been trying to get a grove-based application to use SAML and have run into difficulties. The MarkLogic Node.js Client API can handle SAML, but Grove doesn't use that. auth-helper.js relies on www-authenticate, but it looks like that library doesn't support SAML.
Is there any documentation or an example somewhere that could help with this?
The text was updated successfully, but these errors were encountered: