Añadir nuevos grupos mediante SSO

Estoy utilizando SSO en mi Discourse. Lo que quiero es que, si especifico algunos grupos en add_groups, por ejemplo grp1,grp2,grp3:

Supongamos que grp1 y grp3 existen, pero grp2 no existe. Me gustaría que Discourse creara grp2 y agregara al usuario actual a él. ¿Es posible?

1 me gusta

I have this use case too, I am trying to automatically add my AD users to groups named after the “department” field in our directory but it only works if i generate all the groups first. It would be very cool if we had a “sso can create groups” option in Discourse settings that made a new group with default settings. I mainly want to use it for easily finding all the users belonging to each department at work :slight_smile:

1 me gusta

I recommend using our API to create the groups, it feels super messy trying to add this to the SSO protocol. Too many bad things can happen.

5 Me gusta

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.