Hi,

I would like to know, if a user do not provide a login/pass, if there is a
way to provide a fallback authentication.
i.e. when user visit a website without being logged, I would like to not
have a completely anonymous identification, but be able to gather some
statistics. So when someone connect to the website, I would like to
associate it with an id (without the user login) ; and afterwards, if
he/she log in, to merge these statistics with the real login.

If there a way to do something like:
if user is anonymous then
    return it a TGT corresponding to a [shadow|temporary] account
else
  return a TGT corresponding to its real user id

of course protected ressource presented to the user will be different if he
is really connected or not

I think CAS can parse several authenticators with different login
procedure, is it possible to parse like several authenticator, the last one
being a fallback that create if necessary a user id?


Regards,


Nicolas Zin

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