Hi,
I am going to offer some functionality that is common to all my clients and want to make sure that certain part of the applications are in my control such as user authentication and authorization. I was thinking about creating a sub domain like,
https://auth.mywebsite.com that has SSL.
Assuming my clients are www.client1.com,
www.client2.com, www.client3.com; visiting the
www.client1.com/admin page will ask them for the username and password. All of the clients are standard http and do not have SSL.
What I want is for that page to call the webservice sitting on the
https://auth.mywebsite.com for the authentication and authorization. Is the communication between the
www.c ...
Go to the complete details ...