Hi Guys,
I have a people soft application where a hyperlink is added for an Asp.net webapplication. Is there any way so that i can restrict my webapplication access to the calls only from people soft.
The people soft is running on a web Server, i thought of getting the peoplesoft server IP and put that in webconfig. so that i can compare the incoming IP using Request.serverv ariables("host_ name") with the people soft IP. If both of them matches then allow the access. But there is a chance that the IP may change.
Is there any better way to get the identity so that access can be restricted to only peoplesoft users.
I have a people soft application where a hyperlink is added for an Asp.net webapplication. Is there any way so that i can restrict my webapplication access to the calls only from people soft.
The people soft is running on a web Server, i thought of getting the peoplesoft server IP and put that in webconfig. so that i can compare the incoming IP using Request.serverv ariables("host_ name") with the people soft IP. If both of them matches then allow the access. But there is a chance that the IP may change.
Is there any better way to get the identity so that access can be restricted to only peoplesoft users.
Comment