Email or username:

Password:

Forgot your password?
2 posts total
Simon Gray

Are you (planning on) integrating with in your web service?

I made this library that turns a Pedestal web service into a SAML Service Provider: github.com/kuhumcst/pedestal-s

It is actually pretty nice. The best part is that you don't have to use at all. The second best part is the decoupled way that you handle authorisation at different levels, both frontend and backend.

Go Up