user can't login after external login through OAuth2
I'm useing asp.net 4.5.1 . I have migrated from Membership to ASP.NET Identity 2.0 . I want the external user can be login my website throuht OAuth2 . And it can really work. Bute I meet a problem:...
View ArticleHow to let OAuth2 webiste user account login my Website ?
I find it's easy to let Twitter,Facebook,Google and microsoftAccount external login by OAuth2, only uncomment the following lines like this : app.UseCookieAuthentication(new...
View ArticleUsing ASP.NET Identity in VB.NET with MySQL
Hi,I am currently attempting to create a web application project in MS Visual Studio 2013 using VB.NET. This project is a Web Forms project with individual user accounts. I hope to use a MySQL database...
View ArticleWanting to send SMS by C# and ASP.NET
I have an account on:https://my.stc.com.sa/wps/portal/stconline/ar/login With this site I can send 25 sms per weekI want to make an app with C# & ASP.NETCould someone help me do that?!
View ArticleFour Salt/Hash errors?
HelloI am getting four errors in some Salt/Hash code I picked up from a MSDN Web page. All four errors relate to 'SaltValueSize' in the code, as in:Dim saltValue As Byte() = New Byte(SaltValueSize - 1)...
View ArticleObtaining my websites visitors IP and Mac address
Hi everyone,I hope I am posting this in the right subdirectory. In order to get rid of scams and spams and other parasites I have decided to write some code that would extract as much information as...
View ArticleValidation Summary and Validation sequence of events
I have a validation summary control on my CreateUserWizard page and it only seems to show only after the page posts. Is this the intended behavior?I have added a number of other text boxes to the...
View Articlelink to our site (under login) from WORD doc causes you to go to login page...
a link inside a WORD doc .docx to our site of a page that is under login sends the user to the login page even thou they are already logged in. how to fix without telling users to add a DWORD to their...
View ArticleOAuth2 external login
Hi, I'm want my webbform application can let other user Login user using Oauth2 . They can't have the the provider ec Microsoft.Owin.Security.Google ....I have read the follow article...
View ArticleUnable to kill Session / domain authentication
I have an application that is doing domain authentication through Kerberos. The application is new to me and I see no "normal session objects" around. I need to kill this web application when someone...
View ArticleMicrosoft.AspNet.Security.OAuth 1.0.0-beta1
Hey AllI try to create an application Server with the new asp.net 5 vnext Version.In the former (or actual:) Microsoft.Owin.Security.OAuth Framework is the possibility included to create...
View ArticleStrange Behavior ASP.net Identity
I have a scenario where user accounts are being reset to unconfirmed and their password hash and security stamp are being set to null. Whenever I resend the confirmation email I receive an error that...
View ArticleSSO not working with.NET 4.5.1 WebForms using Forms Authentication with...
I have two programs using ASP.NET WebForms which I have upgraded to .NET 4.5.1. Both use Forms Authentication with a custom MembershipProvider class library that also targets 4.5.1. My problem is that...
View ArticleHow to Create a Windows Auth Logon Page
I have an ASP.NET intranet application using Windows Auth. Internally, it works, but it uses the browser popup to prompt for credentials. I would rather have a logon page handle this. I have searched...
View ArticleSomeone try to break in to my database
I have a application with userlogin and cms-system. On all my pages there is a Sub Page_Error that send me an email when an error occur.For some weeks I receive daily error-mails from the application...
View ArticleWarning: This async method lacks 'await' operators and will run synchronously.
Hi All,i am trying hard to have the code posted on http://blogs.msdn.com/b/webdev/archive/2013/10/16/get-more-information-from-social-providers-used-in-the-vs-2013-project-templates.aspx work. I have...
View ArticleASP.NET Authentication - Identity 2
Hello Friends!! Currently I am working with ASP.NET authentication - identity 2 for creating role and membership management. It is a basic problem what I faced given below specifically for creating...
View ArticleExtend ApplicationUserManager
Hi,i'am using identity framework 2 and implemented a custom user store to get users etc. In our existing database we have stored some other kind of user data, which is needed if the the user requests...
View ArticleHow to enable role management using federation ?
Hello,My goal is to use role access defined in the sitemap but with federation authentication.I have implemented the following solution to add role claim based on user Grouphere my custom...
View ArticleLogin with Facebook once
I have a ASP.NET MVC website with login by facebook...But, every time that user access the site, it have to do login again.After first access and authorization, are there a way to login automatic (and...
View Article