Redirect after iMIS 15 Public Account Creation

I'm using standard .NET Forms Authentication for my application. When I load up my page, I get redirected to the login page and there is a Query String variable, ReturnURL, that once authenticated, will return me to the this page. I need something like this for the account creation process.

The iMIS 15 Public Login, /iMISPublic/AsiCommon/Controls/Shared/FormsAuthentication/Login.aspx , page has a link to create a new account. When I click the link, it does not retain my ReturnURL Q-string variable. Is there someway that I can have a user go through the account creation process and once completed, get redirected to their originally requested page?

Thanks,

Neil Fedin

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

A thought for you

I have not done this yet but I had a thought.

Why don't you send the new account user to the Public View sign up page. Once they get throught the account creation process they should be authenticated in Public Views. All you would have to do then is just redirect back to your application and let the forms authentication pick up the cookie that Public Views created in the signup process.
Another option for login integration is to use the SOA. I will be posting some sample code for that in the next couple of weeks when I find the time to do it.
Joe

Exactly what I want...but how?

That is exaclty what I want, to redirect them back. I just don't know how to tell iMIS 15 to redirect them to my application once the account creation is complete. Your right, Forms Auth would pick up the cookie and everything would be set. Do you know how to set the redirect?

Thanks,

Neil

-

-

As far as I know there's no

As far as I know there's no such redirect for the account creation. You would need to submit an RSE for that capability. A workaround would be to use the web service to create the account yourself -- I think there are some examples online, if not I can post a few early next week.

RSE?

I don't know what an RSE is or where to submit this. Is this something I should submit to ASI support?

Thanks,

Neil

RSE = SMR for new functionality

Sorry, some internal terminology there.

An RSE is a request to add a new feature to iMIS (in this case iBO). Yes, you would need to request this through either your reseller, if you have one, or ASI support if you do not.