i have created the portal and trying to write some data from portal form to a table , in community instance am unable to create a web API key to call web api from portal
Discussion posts and replies are publicly visible
Hi rajesh pamisetty ,
Not sure how to create the API key. But a workaround for you will be using basic authentication and provide username and password of your account and see it works
i tried it but it is not working with basic
Thanks
Please go through the link here. This might help
Which error are you receiving?
Are you testing from a integration or from another tool like postman?
from Integration David
con you upload integration configuration image, so that we can investigate further
Basic authentication will also not work for WEB API authentication in Community Edition since users are now getting logged in through SSO and SSO user's can't be used for WEB API authentication:
Thank you yogi