On the proxied service, you'll need to configure the
Cas20ProxyReceivingTicketValidatorFilter

On your service that wants to access the proxied service, you need to obtain
the principal (i.e. request.getPrincipal()) and cast it to
AttributePrincipal and then call getProxyTicketFor with the target url (
https://source.jasig.org/cas-clients/java-client/trunk/cas-client-core/src/main/java/org/jasig/cas/client/authentication/AttributePrincipal.java
)

On this same service, in its own validation filter you'll have to configure
the callback and receptor urls so it can get a proxy granting ticket.



On Thu, Jul 1, 2010 at 1:35 PM, Scott Battaglia
<[email protected]>wrote:

> I'll write up some documentation tonight.  We don't have anything
> explicit.  Its all inferred from reading multiple pages :-)
>
>
>
> On Thu, Jul 1, 2010 at 5:24 AM, magiccreative <[email protected]> wrote:
>
>> Hi,
>>
>>  I would like to create separate post to inquire on some Proxy
>> authentication information. I would welcome any examples of how to implement
>> Proxy authentication, especially with Java based applications.
>>
>> Greetings
>> --
>> 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
>>
>
>

-- 
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

Reply via email to