Fork me on GitHub
#luminus
<
2021-06-22
>
Evgeniy20:06:31

Does anyone here have some experience integrating Okta into a Clojure web-app? Did you use any libraries or wrote your own stuff?

jumar03:06:12

We do support Okta SSO integration (and many other providers) in our on-premise product through generic OAuth2 mechanism - we don't use anything fancy, just clj-http and https://github.com/cemerick/friend (which we are using for regular authentication too)