Hello. I have a question regarding PeopleSoft integration with CAS Java Client. As I understand it, the standard approach to integrating CAS with Peoplesoft is to use the Java client to intercept/validate/force login of incoming requests.
The second part is within PeopleSoft, where "people code" similar to the following can be used to figure out if there is a remote user: &cas_result = %Request.RemoteUser My question: How is the RemoteUser populated for PeopleSoft to access? Is this a request header variable? In java client code, I would be accessing the user's attributes using the request.getUserPrincipal(); and obtaining the attributes using Map attributes = attributes.keySet().iterator(); But I'm not sure how this would relate to something accessible within People Soft and any peoplesoft code that I write? Basically, I'm not sure how I would obtain the user's attributes in PeopleSoft "people code" Any help is greatly appreciated! Thanks! -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
