Hi i recently configure acegi in my application, it is good if i use form-based authentication but i have another entrance to my application which is throw parameters, inthis way :
http://server/myapp/access.do?user=ACEDFGRGGTBHB
this user is already authenticated in other protal which has a link to myapp so the user dosent need to authenticate again, so the portal pass me the user as a encrypted parameter, then i have to get it and authenticated it but before i have to deesencrypt it. the process:
client portal -> user authentication -> link to myapp -> get the user (no passwords) -> desencrypt it -> authenticate it with acegi
I dont know what do i have to implement in order to acegi dont show me the login page (is it requiered?) and i think on a provider but a provider needs user and password and it needs too a login page.
I really dont wich is the best way to do this, can anybody help me?
tnks


