Identify the source of the request

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HTTPREQUEST
    New Member
    • Nov 2009
    • 1

    Identify the source of the request

    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.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Are you talking about PeopleSoft By Oracle?

    I don't really know how you would achieve what you want.
    You could maybe create your own forms authentication system based on the PeopleSoft user base. I would contact Oracle and ask them if there is a way for developers to access the PeopleSoft user store in order accomplish this...


    -Frinny

    Comment

    Working...