the-control-group / authx

An authentication & authorization platform for service-oriented architectures.
MIT License
47 stars 6 forks source link

SCIM Support in AuthX #542

Closed PasiPraveen closed 2 years ago

PasiPraveen commented 2 years ago

Hi, We are planning to use AuthX as an identity Server that has SCIM API's exposed. Our primary goal is to invoke SCIM API's exposed by AuthX and perform user/group related operations. Can you please let us know if AuthX has SCIM support and exposes SCIM API's that can be consumed by us.

Regards, Praveen

mike-marcacci commented 2 years ago

Hi @PasiPraveen,

We currently do not support SCIM in either direction as a direct part of the open source AuthX. Internally we actually do use SCIM and have additional functionality built on top of the open source AuthX. However, this wasn't designed to be externalized and does make a number of assumptions about our particular setup.

This is something we would definitely be interested in implementing generically (ideally working with external collaborators such as yourself) and we already have the following open feature requests:

It sounds like you're interested in both of these?

mike-marcacci commented 2 years ago

Closing this, as it's likely already covered by the linked issues.