idbind / identity-binder

Service for binding identities across multiple identity providers for the same user.
Other
6 stars 1 forks source link

API support for unbind-all? #60

Open cberger8 opened 8 years ago

cberger8 commented 8 years ago

Seems like it would be desirable, would be an easy addition.

wikkim commented 8 years ago

yea, let's go ahead and add this to the api too

cberger8 commented 8 years ago

Along with this, should it then have its own dedicated scope (i.e. org.mitre.idbind.unbind-all) or can it just use the same org.mitre.idbind.unbind one?

wikkim commented 8 years ago

Good question. I think for now it makes sense to reuse the same org.mitre.idbind.unbind. Having the privilege to unbind one at a time means they can unbind all of them, but one-at-a-time. So this is just a convenience for that use case.