Hey, Iām to migrate a web app from a custom session auth solution with SAP Business objects in the mix to Azure AD. I have never done anything with Azure nor not touched Clojure libraries for a while. Think I used Buddy the last time I did something. Is that the path to go, or other newer options? Essentially any hints on where to read up what to use would be amazingly welcome š
The web app in a Compojure app
I would look at an option to use OAuth 2.0 / OpenId Connect with Azure AD.
Cool thanks. Would that be uing Azure Java/js libs directly?
e.g. [com.microsoft.azure/msal4j "1.13.0"]
Thanks. I went that route
it's a bit obnoxious in that it needs to open a browser to auth, but c'est la vie... š