-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Automatic Disabling/Deleting users by OIDC removal #11500
Comments
related: #11326 Support back-channel logouts from OIDC providers |
Back-channel logout is definitely a step in that direction, but isn't supported by GitLab. There is a working group in the OpenID foundation called
Not all events are relevant to Synapse, but I definitely find those interesting. The good news for us is that security event token look a lot like logout tokens from the OIDC back-channel logouts (which was by the way intended by the OIDC folks), so a lot of the implementation is already done in the OIDC back-channel logout PR. |
That looks promising if you're happy to develop a third party module for your needs. |
I would check how complex that is but from by point of view that seems to be rather simple? |
Description:
At the moment we have an Synapse instance connected to gitlab including a filter using the
attribute_requirements:
. I just had to recognize that deleting a user from the defined group does not disable the matrix user. Would it be possible to check if the gitlab user is still in the group and otherwise to disable/delete the matrix user?The text was updated successfully, but these errors were encountered: