Response status:403 -> Access to non-SSP API is denied for portal users
Hello Creatio Community!
I can not acces the Portal. This happens when I try to login as e Portal user. Printscreeen below
This is time-sensitive. Thank you in advance
Petrika
Like
Hi Petrika,
Please make sure that both the "EnableCustomPrefixRouteApi" and the "UsePortalDataService" features are active in the system. To do that,
run this script:
select * from AdminUnitFeatureState where FeatureId = '17ED5BE9-CA87-42A4-A761-3466DBABF925' or FeatureId = '45D7102E-42D5-4E61-ADF8-77F00CD2F3E8'
Please note that the FeatureState column needs to be equal 1 and the SysAdminUnitId has to be equal '720B771C-E7A7-4F31-9CFB-52CD21C3739F'
The "EnableCustomPrefixRouteApi" feature enables web services custom routing and restricts SSP user access services without the /ssp prefix.
And the "UsePortalDataService" one divides services into the portal and non-portal ones.
Best regards,
Max.
Max,
Still doesnt work Max. Select query
Result
Still the 403 response
What should i do ?
Petrika,
In the inner web.config file please check the following line:
<add key="UsePortalDataService" value="true" />
it needs to be set to true.
Also, please check the "List of objects available for portal users" lookup if the "Bpm’online functionality" is included in it.
Best regards,
Max.
Thank you very much for the professionalism Max.
Feature and AdminUnitFeatureState didnt have permissions. This solved the issue.
Best Regards Petrika