I am trying to build a non gallery app that exposes a SCIM endpoint in java. Currently I have deployed it on localhost.
But When in the provisioning section, I provide the localhost path in the tenant URL , AAD SCIM interface is not able to connect to my app with the following error -
You appear to have entered invalid credentials. Please confirm you are using the correct information for an administrative account.
Error code: SystemForCrossDomainIdentityManagementCredentialValidationUnavailable
Details: We received this unexpected response from your application:
Message: An error occurred while sending the request.
Please check the service and try again.
Request-id: 013b6236-0049-4de2-a9d3-287112b47ec7
Please assist.