AzureAD / SCIMReferenceCode

Reference code to build a SCIM endpoint to automate provisioning
MIT License
163 stars 107 forks source link

Postman GET ServiceProviderConfig calls the "/serviceConfiguration" endpoint #42

Open rdelao opened 4 years ago

rdelao commented 4 years ago

From my understanding, as per the SCIM specification, the ServiceProviderConfig discover endpoint path should be

/ServiceProviderConfig, not /serviceConfiguration.

Is this a bug in the postman test?

aliotta commented 3 years ago

Seconded.

kmerenkov commented 2 years ago

Came here to create this issue :-)

NeilEvans11 commented 1 year ago

Bump. We're also expecting /ServiceProviderConfig as designed. Should we cater for both endpoints as a workaround until a fix is done? Is the request and response the same for /ServiceProviderConfig vs /serviceConfiguration?