This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-01
Channels
- # announcements (14)
- # beginners (6)
- # biff (6)
- # calva (3)
- # cider (7)
- # clojure (79)
- # clojure-europe (5)
- # clojure-norway (9)
- # cursive (9)
- # data-science (20)
- # datomic (3)
- # fulcro (9)
- # graalvm (15)
- # integrant (2)
- # introduce-yourself (2)
- # jobs (1)
- # lsp (7)
- # malli (5)
- # off-topic (130)
- # parinfer (11)
- # pedestal (11)
- # portal (1)
- # practicalli (4)
- # releases (3)
- # remote-jobs (1)
- # ring (8)
- # ring-swagger (30)
- # shadow-cljs (9)
- # sql (10)
- # tools-deps (8)
hi, I'm planning to implement a web service that uses OpenID connect for user authentication (delegates to Azure AD). I did a bit of research and could not find a recent library for OIDC. What are people using these days for SSO with Ring? Should I roll my own middleware?
I was wondering the same thing. I wonder what state of the art is right now. Like should this middleware use a service like https://www.hello.coop or https://www.keycloak.org? Or something completely different?
I'm using ring-oauth2 with both google oauth2 and zitadel. I had some session cookie issues with keyckloak I hadn't been able to track down so I went with Zitadel instead,