OpenConext / OpenConext-user-lifecycle

Deprovision users within the OpenConext platform
Apache License 2.0
1 stars 0 forks source link

Allow for an API base url to have a path component. #27

Closed thijskh closed 6 years ago

thijskh commented 6 years ago

Starting the deprovision part with a '/' means the Guzzle client will request it from the root of the provided API base url, meaning it won't work with an url like 'https://example.org/api/etc/'. Remove it here because the base urls in the config all end with a '/'.