Re: Portal - links from outside - login

2005-09-05 Thread Ralph Goers
You use the authentication framework to redirect to login. It isn't a trick, that is just how it works. The trick is that you need to remember the user's original request so you can authomatically go there once the login has been completed. Support for that isn't built into the

Re: Portal - links from outside - login

2005-09-05 Thread Philippe Guillard
Thanks Ralph. Yes maybe this is the easiest way: check on the label name, if the label name is from outside, automatic anonymous sign-in, if inside, i'll redirect to login. Phil Ralph Goers wrote: Philippe Guillard wrote: Thanks Ralph. Yes i think this is an issue for making public

Portal - links from outside - login

2005-09-04 Thread Philippe Guillard
Hi all, I use portal with page labels. I'd like to do this: 1- I have a link from outside portal to an internal page, a label in the authenticated part (say not anonymous because he is also authenticated), example : portal?pageLabel=1stTabInside 2- If the user is not authenticated, i redirect