ring

Eugen 2022-12-04T23:49:21.064199Z

hi, what is an up to date libary for auth that works with MS Azure AD Apps (Open ID connect) ?

Eugen 2022-12-06T22:54:05.751409Z

I ended up deploying traefik with oauth2-proxy. another option would be to use the MSAL java library to handle it in the app

Hukka 2022-12-07T06:59:52.467889Z

Not sure what parts of the Azure AD you want to do, but you cannot do implicit flow with MSAL, since it doesn't seem to have any functions for verifying JWTs. You have to let it do some server-to-server communications, or it won't help you

Eugen 2022-12-07T07:24:45.517259Z

I needed authentication and I got what I needed. I did not find ready made, native clojure options that I could use ootb.