simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
683 stars 90 forks source link

SCIM Issue after latest update #691

Closed Alik2015 closed 4 months ago

Alik2015 commented 5 months ago

After latest update am getting an issue with SCIM. It seems that now the endpoint is https://localhost:5001 instead of https://localhost:5001/master which it use to be.

Here is the screenshot. As you can see 5001 and 5003 endpoints are working just fine. And am able to login using 5001.

image

Something seems to be missing from the configuration maybe? As usual I am using the MySQL db freshly created using latest migrations.

simpleidserver commented 5 months ago

This exception is thrown because the realm has been disabled in the appsettings.json file. The configuration file has been corrected in the master branch.