i'm implementing an account signup operation in my dav server. part of
this process requires logging in to the server's jcr repository.

as discussed previously, the repository's login procedure requires acegi
security to have previously authenticated the request. this is true
every other time my server's ui attempts to interact with the repository.

however, in the instance of account signup, the request is not
authenticated (as the user does not have an account on the server yet).
so i need to set up some generic server credentials specifically for the
purpose of logging into the repository.

it seems like the runas facilities might be able to give me what i want.
is there a way to set up acegi security so that the http request itself
is not authenticated but runas is used specifically only for the
repository login?

thanks!



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to