Fork me on GitHub
#ring
<
2020-09-01
>
Twan14:09:48

👋 Hi! I'm trying to use https://github.com/weavejester/ring-oauth2 to do OAuth2 with (hosted) Azure AD. For some reason, I'm not able to pick up an access token after logging into Azure. However, for Github this login flow works. I get the feeling that the cookie the JWT of Azure is cramped in is too big. Might this be of an issue?

Twan15:09:05

I'm thinking this, because if I hardcode a little access token into https://github.com/weavejester/ring-oauth2/blob/master/src/ring/middleware/oauth2.clj#L106 the result is that I get that (fake) token back, but only then