Greetings, I have a peculiar business requirement to implement and I could really use some help. I have an app that plays very nicely with CAS when a user uses it in a "normal" mode:
1) User goes to http://examples.com 2) CAS filter bounces user to https://mycas.example.com 3) User provides credentials and is redirected back to http://example.com as an authenticated user already But there is an "abnormal" usage of the application that has to be supported: 1) User goes to http://examples.com/blah/1232332 2) The app resolves 1232332 to a username 3) User gets automatically authenticated against CAS without even knowing that CAS exists In essence, non-authenticated user goes to http://examples.com/blah/1232332 and gets automatically authenticated. The third step above is where I don't know how to programmaticaly authenticated user against CAS. Is it possible? Thank you, Yuriy -- 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
