Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

feedhenry-templates/saml-service

Repository files navigation

SAML Service

Dependency Status

Use this as a starting point to do SSO with your SAML IdP - this example has been configured to talk to AD FS out of the box, but passport-saml supports most SAML providers.

Group SAML API

host [/session/login_host]

'Login Host' endpoint.

host [POST]

'Login Host' endpoint.

valid [/session/valid]

Session is valid endpoint.

valid [POST]

Session is valid endpoint.

  • Request (application/json)

    • Body { "token": "c55a8b1b52a63f17", "service": "saml" }
  • Response 200 (application/json)

    • Body { "status": "ok" }
  • Response 401 (application/json)

    • Body { "status": "expired" }