-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spec client-server IS unbind API #2282
Conversation
99089c6
to
185c564
Compare
matrix-org/synapse#5980 shows that this spec appears to be the correct way to do things. |
summary: Removes a user's third party identifier from an identity server. | ||
description: |- | ||
Removes a user's third party identifier from the provided identity server. | ||
This should not cause an unbind from the homeserver (as ``/3pid/delete`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An 'unbind from the homeserver' isn't really a defined thing: 'binding' is the 3pid -> mxid mapping on the IS. I would just say maybe, "Removes a user's third party identifier from the provided identity server without removing it from the homeserver[...]".
This is part 5 of many, as shown by #2253
Based on #2255 - the actual diff is here.See 'docs' status check for what this looks like in the spec.Specs part of MSC2140.
Note: this modifies the endpoint in MSC2140 to be more in line with the remainder of the proposal.