pedestal

simongray 2020-10-21T08:49:03.078300Z

Does Pedestal have anything to help with SAML single sign-on?

2020-10-21T15:24:24.078500Z

@hadilsabbagh18 unfortunately the interceptor chain implementation does not provide such information nor an ability to hook into interceptor chain execution.

hadils 2020-10-21T15:26:34.078700Z

Thanks @ddeaguiar

2020-10-21T15:29:54.078900Z

@simongray Pedestal provides the base implementation for creating services. Authentication needs are best handled by interceptors and the needs vary based on the project. If there’s not a library which provides a Pedestal interceptor or Ring middleware for this, it should be straight forward to craft an interceptor based on a lower-level, third party implementation. The Pedestal buddy-auth https://github.com/pedestal/pedestal/tree/master/samples/buddy-auth provides an example of how to wire in authentication.

simongray 2020-10-21T15:31:02.079100Z

Thanks Dan, that’s pretty helpful. Hope you’re doing well. :)

2020-10-21T15:32:57.079300Z

I am! Glad to see you’re giving Pedestal a spin! Hope all is well in Denmark 🙂