SSO add_groups not working

Continuing the discussion from SSO add_groups should be case-insensitive:

Hey, @neil. My client upgraded Discourse and the SSO group loads stopped working. SSO debug logs show that the group names (that contain caps) are getting passed. I see that the group names are getting downcased when they come from SSO, but is that Group.where clause case insensitive?

https://github.com/discourse/discourse/commit/3de45ce0cd3671e9bc6acafc6c02eb42b0ca1e97

3 Likes

Oops. I pushed a fix. I think all case sensitivity is handled there now.

6 Likes

Looks to be working now. Thanks for the quick fix!

2 Likes