Developer forum

Forum » Development » About Sigle Sign-on

About Sigle Sign-on


Reply
Hi guys,

About Single Sign-on, I have made a custom function which is used to validate users.

The function is  made as  the example on the web page: http://engage.dynamicweb-cms.com/Show-Article-361.aspx?PID=2472&ArticleID=157. 

And I put the function in "Standard.User.OnExtranetLogin", but it doens't get called.

Is that the right function I chose?

Regards
Judy

Replies

 
Nicolai Høeg Pedersen
Reply
OnExtranetLogin is raised whenever someone is logging in.

If your notification does not get invoked, it is because your assembly is not loaded into the app domain. It could be a configuration problem or a asp.net cache problem.

Check that the website is configured correctly (home and bin directories), and try resetting IIS.
 
Reply
I want to valicate user through url's query string.
So the function should be called when page is loaded to check the query string if it contains the login infomation.

Where should I put the function, so that it gets called when page is loaded?
   
Reply
Super! It works!
You save my day !!!

 

You must be logged in to post in the forum