Hi,
I've got a question about proxy system. Is it possible to not ask for a
PGT on a proxied service ?
I've got an app, protected by java cas filter, using
CAS20ProxyReceivingTicketValidationFilter, with according params
(acceptAnyProxy, proxyReceptorUrl and proxyCallbackUrl (never found if
the two are needed)).
This app call a webservice, also protected by cas, accepting a proxy
ticket. So I set acceptAnyProxy to true.
What I don't know is, if it's possible to not set proxyReceptorUrl and
proxyCallbackUrl, so that my webservice can't do proxying (cause it
don't need it) ? When I don't set this params, cas client log shows
"Proxy ticket not found for []" (from proxygrantingticketStorageImpl).
The goal is to have better performance (no more call from CAS server to
WS to give PGT), and lesser configuration (no more need of WS server
certificate into CAS server keystore).
I don't know if I'm understandable :-P
Really appreciate some help.
--
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