How to Use the External Web Authentication Provider |
Top Previous Next |
Make an Ajax call to the z/Scope Anywhere external authentication handler to validate the external credentials. For example:
Use the sendRequest function with parameters specific to your authentication page so it can identify the user and return the appropriate values to z/Scope Anywhere. You can, for instance, call the sendRequest function with your website’s session identifier. As in this example: sendRequest("mySessionID=12345678&myUserID=JDoe")
z/Scope Anywhere will forward these parameters to the validation URL and will return a new location URL.
Read More:
|