Security :: Using One Username To Log Into Two Different Sites?
Apr 8, 2010
I have two websites that run on two different servers and they both both have their own asp membership databases. One is http:// and one is https://. Is it possible to create a way that a user can access both websites while only entering username and password once? Or if the user logs onto the https site can I then redirect to the http site and auto authenticate?
View 3 Replies
Similar Messages:
Mar 12, 2010
How to update username of current logged username?
View 10 Replies
Feb 8, 2011
i have some website with users that registered trought membership. I want to build another site (diffrent url, diffrent issue) but i want my user to use the same details (username, password, email etc) they are using the first site. is it possible to use the same aspnet_ tables in diffrent website?
View 3 Replies
Aug 17, 2010
i m not able to open certain sites from internet explorer 7.it is showing all sites as restricted .
View 12 Replies
May 12, 2010
I have created two iis web sites (site1,site2) both have the following configuration
[Code]....
from site1 i do
[Code]....
and in site2 if i checked if the user is authenticated ,i get a true, and i see "user1" as the current user.i know that what i have done above use a cookie,and as i know cookie are visible in the same domain (site) or sub domain,how form authentication make the cookie visible for both sites , this scenario must work for a site with two virtual directory inside it(sub site or application), but what is happening here any explanation.
View 5 Replies
Jun 18, 2010
I have two different web sites in Intranet zone. They are placed in one domain (like http://site1 and http://site2.site1). They use Windows Authentication for common domain (like mycorpUser1, mycorpUser2, mycorpUser3).First web site(http://site1) have iframe element with hyperlink to second web site(http://site2.site1). When user loads first web site he needs write login and password twice. How to make that http://site1 and http://site2.site1 ask authentication only once?
View 2 Replies
Jan 10, 2011
I am trying to set up impersonation for a vrtual directory in one of my sites. If I set the impersonation to
<identity impersonate="true" userName="Domainuser" password="password"/>
it works perfectly.However, if I set the impersonation to
<identity impersonate="true"/>
and then go into the Properties of the Virtual Directory and set the Network Directory to Connect As my domain user it does not work.
Shouldn't the impersonation look at this user account? Or is it looking at my Anonymous Access account?
Also, do I need Windows authentication enabled for this to work?
View 2 Replies
Aug 9, 2010
I have a login form and users have to enter their username and password for entering the sites ..
Also now its possible for users to enter the sites without login .. they can select the options in the menu and access them ... But i want to restrict the users ..only allow them to access the menu componets after login ... If they tries to access the contents a text have to display ask them to login
how can i do that... i am using vb.net as my language in the page
View 22 Replies
Nov 16, 2010
I created a resiter.aspx page and active.aspx page. a user that register recieve authenticetion email and only after verifying the using a link verification (redirevt to active.aspx page) only then the user authenticated.
This pages are tested and working!
How can I use this page for several solutions? of course I can copy/past this pages. but then I will have to maintain the same code twice....I am looking for the best way to achieve
View 6 Replies
Jul 16, 2010
I am interested in developing Web Parts that can be used in our ASP.NET sites
and our SharePoint sites. An example Web Part I have in mind is a Post Code (Zip Code) look up.- Visual Studio 2010 Premium- SharePoint Designer 2007- Windows 2003 Server (therefore WSS 3.0)- No SharePoint Server
View 2 Replies
Apr 22, 2010
I'm still new to windows authentication. Basically, we have a page on http://externalsite.com that needs to be accessed only by an authenticated user originating from http://internalsite. The user on internalsite is already authenticated using windows authentication.I'm confused here. How can I validate the user and obtain their role so that i can not only validate that they are authentic, but to authorize them to use this page on externalsite.com?
View 2 Replies
Jul 31, 2010
I am setting up membership and rolls for a small forum site that im working on. All this info is stored in the standard aspnetdb database. When a user is logged in and saves a post to the forum, their UserId is saved to a database in unique identifier format such as: b40e346d-0399-4bbb-90ee-c7c440726cfd. I want to set up a web service so that the name of the author of each post can be clicked on to retieve details about him or her. Rather than passing along the UserId of the author to the web service, I want to pass along the UserName and use that to retrieve the user's Id, which will in turn be used to query the database. I cant seem to find info on how to do this. I can find how to retrieve this kind of info for the current logged in user, but not any or all users in general.
View 5 Replies
Mar 10, 2011
i am using .net membership. How can i get username from email address?
View 3 Replies
Nov 16, 2010
How do I get the UserName from UserId by the following code?
[Code]....
View 2 Replies
Apr 6, 2010
In my Aspnet_Users table I have 2 user with same UserName. Membership.DeleteUser method only can delete user by username. How can I delete user by userid?
View 3 Replies
Jan 19, 2011
My intranet web application uses Forms Authentication. How do i get the Active directory domain nameusername of the logged in user. The IIS directory security settings for the app are:
Anonymous User Access : Ticked
Integrated Windows Authentication : Ticked
I tried using the following but to no avail
System.Security.Principal.WindowsIdentity.GetCurrent().Name ----> returns NT AUTHORITYNETWORK SERVICE
Request.LogonUserIdentity.Name -----> returns The username used for anonymous access
ineed to pass this information to an external application for the current user to gain access to the system. Can i untick Anonymous user access in IIS and continue using forms authentication? what are the other options.
View 3 Replies
Jan 2, 2011
using the Login control, which I just dragged and dropped from the toolbox, when the user successfully enters his or her username and password, I want the username text to be set as a session.
View 2 Replies
Jun 4, 2010
Using Membership. How that when you first login Save user name?
View 5 Replies
Jan 24, 2011
I don't believe the built-in membership saves username in session, does it? If I'm not mistaken it's saved in a cookie.I've implemented the ImageManager add-on for tinyMCE and trying to set the default folder for images based on authenticated user's username. Looks like out of the box, ImageManager allows this by getting the username from session.
View 1 Replies
May 20, 2010
I have created a test user/password on my web site. The intent is to have prospective clients login and try out the tool. Instead of telling them the userid/password of the test user, I'd like to tweak the Login wizard.
In the Load event, I was able to specify login1.UserName = "test user"
But when I try to specify the password, I'm told it is a readonly field. How can I 'force' a specific password? Or, how can I call the login event directly and pass the needed values?
View 2 Replies
Jan 21, 2011
I designed a website, in login page username and password should be encrypted and sent to server for validation. How to do this.
View 5 Replies
Jun 5, 2010
Is it possible to create a passwordRecovery by the email address instead of the username? A lot of our members forgot their username.
View 1 Replies
Nov 17, 2010
I have the following code:
[Code]....
Can anyone show me some code, on how I get <%#Eval("UserId") %> to be the username instead of UserId.
View 6 Replies
Jul 27, 2010
I want to append "AD" to the beginning of user names when they complete the CreateUserWizard. I thought I could do it through the "oncreatinguser" event, but it won't add the "AD". Can someone help out with this:
ASPX:
<asp:TextBox ID="UserName" runat="server"></asp:TextBox>
Code-Behind:
protected void CreateUserWizard_CreatingUser(object sender, EventArgs e)
{ TextBox userNameTextBox = (TextBox)CreateUserWizardStep1.ContentTemplateContainer.FindControl("userName");
MembershipUser user = Membership.GetUser("AA" + userNameTextBox.Text); }
View 1 Replies
Nov 23, 2010
I'm trying to limit what a user can see based on the roles that the user is in. I need the username to figure out what role they are in. I cannot, for the life of me, figure out how to get the username out of this loginView control. I have tried drilling down into the controls of the loginView but can only ever get this:
[Code]....
View 12 Replies