When you need to authenticate against the Aptify Services API, you must set up Web User authentication.
Info |
---|
In some distributions of Aptify Web in Aptify 5.5.2 or lesser, the spValidateWebUser Database Object is missing and must be created. SQL: spValidateWebUser_20141017.txt Grant SQL: GRANT EXECUTE ON spValidateWebUser TO [_cgi_AptifySOAAppPoolGroup] |
Step-by-step guide
- Open the HTML5 Web Service Application record. (The Service Application service is found in the Web Services application.)
- Navigate to the Service Application Authentication Providers tab.
- If Web User is not already in the list of Authentication Providers, create a new subtype record for Web Users.
- Choose the New button.
- Enter "Web User" for the Authentication Provider ID and click OK.
- Save the Service Application record.
- Choose the New button.
- Open Internet Information Services (IIS) Manager, navigate to the Aptify Services API, and choose IIS Authentication.
- Ensure that Anonymous Authentication is Enabled and all other methods are Disabled.
- Restart the site containing the Aptify Services API.
...