jelhub / scimgateway

Using SCIM protocol as a gateway for user provisioning to other endpoints
MIT License
176 stars 57 forks source link

How to change ServiceProviderConfig #101

Closed christinedraper closed 1 year ago

christinedraper commented 1 year ago

Is there a way to change what is returned by /ServiceProviderConfig or to disable the endpoint? In the standard its an optional endpoint but I would want it to be accurate if I expose it. It looks like it is hardcoded to specific values, and for example if I'm supporting only http Bearer auth and not supporting changePassword I can't communicate that.

jelhub commented 1 year ago

v4.2.12 update:

christinedraper commented 1 year ago

Thank you yet again!