using Terrasoft.Web.Common;using Terrasoft.Web.Common.ServiceRouting;[ServiceContract][DefaultServiceRoute][SspServiceRoute][AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Required)]publicclass Service1 : BaseService
{//Code}
For system users the service works fine but when I try to access the service from postman authenticated as a portal user I get the following message : "IS 10.0 Detailed Error - 403.0 - Access to non-SSP API is denied for portal users" with 403 status code. Is something that I am missing in the service implementation or in web.config?
I need Users to get registered as Creatio Portal User and get authenticate on my own website where I currently showing some data from Creatio CRM using Odata service.
Is it possible through Odata service or else please suggest easiest way?