paolo-3 wrote: > > String remoteUser = request.getRemoteUser(); > AttributePrincipal principal = (AttributePrincipal) > request.getUserPrincipal(); > Map attributes = principal.getAttributes(); > > remoteUser = "user" > attibutes.size() = 0 >
You could debug the client side. Interesting break points are in - Saml11TicketValidator - HttpServletRequestWrapperFilter Check the version of the SAML library you use on the client and on the server side (hopefully both opensaml-1.1b). I had a mismatch once resulting in an invalid ticket on the client side without any error logs. Also check the server side as I mentioned before. HTH -- Tobias -- View this message in context: http://jasig.275507.n4.nabble.com/Retrieve-logon-info-tp2245891p2245999.html Sent from the CAS Users mailing list archive at Nabble.com. -- 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
