silverlight - "The user must be authenticated when the Login finishes successfully." -



silverlight - "The user must be authenticated when the Login finishes successfully." -

this exception generated little subset of users on silverlight application. it's 3 year old app, had no issues logging in. switched info access tech linq2sql model ef6.

authenticationservice.login(username, password, bool..., string...)

the above method completes normal each user. database stuff happens fine, same users, little number of them userbase object returned has isauthenticated boolean property set false, causes exception.

@ openriaservices.domainservices.client.applicationservices.loginresult..ctor(iprincipal user, boolean loginsuccess) @ openriaservices.domainservices.client.applicationservices.webauthenticationservice.endlogin(iasyncresult asyncresult) @ openriaservices.domainservices.client.applicationservices.loginoperation.endcore(iasyncresult asyncresult) @ openriaservices.domainservices.client.applicationservices.authenticationoperation.end(iasyncresult result)

as can see stack trace it's running latest openriaservices.

if has thought can cause sort of issue i'm ears!

thanks in advance.

here issue in http://openriaservices.codeplex.com/sourcecontrol/latest#openriaservices.domainservices.server/framework/applicationservices/userbase.cs

[profileusage(isexcluded = true)] [exclude] public bool isauthenticated { { homecoming !string.isnullorempty(this.name); } }

some of users had empty string "credential name", login succeeded flag returned false.

silverlight wcf-ria-services

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -