web-security

kardan 2023-05-08T16:44:57.470379Z

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 šŸ™‚

kardan 2023-05-08T16:45:28.222179Z

The web app in a Compojure app

jumar 2023-05-11T12:28:05.511889Z

I would look at an option to use OAuth 2.0 / OpenId Connect with Azure AD.

kardan 2023-05-11T15:57:46.663799Z

Cool thanks. Would that be uing Azure Java/js libs directly?

2023-05-17T22:10:56.699979Z

e.g. [com.microsoft.azure/msal4j "1.13.0"]

šŸ‘ 1
kardan 2023-05-19T08:29:45.992949Z

Thanks. I went that route

2023-05-19T18:52:28.231459Z

it's a bit obnoxious in that it needs to open a browser to auth, but c'est la vie... šŸ˜‰