Is there an OpenAPI spec for the API documentation, we are using the restfulcommunication sample.
When trying to authenticate to get a token. By sending the following, it returns a 404 error.
curl -X “POST” “https://video6.datasystems.com/API/IDP/connect/token” \
-H ‘Content-Type: application/x-www-form-urlencoded’ \
–data-urlencode “grant_type=password” \
–data-urlencode “client_id=GrantValidatorClient” \
–data-urlencode “username={username}” \
–data-urlencode “password={password}”
I have also tried the grant_type “windows_credentials” with basic auth, and that returns an “invalid_client” error.