luminus

Evgeniy 2021-06-22T20:41:31.036300Z

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

jumar 2021-06-25T03:37:12.036400Z

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)