Forms Completion Using Windows Authentication?

Apr 6, 2009

I am reading the article at: [URL].. Forms Authentication in ASP.NET 2.0". I am using VS 2008 and .Net Framework 3.5. I don't know if this makes a difference, so please let me know.

A user logs on to our system in the morning Based on their Windows Authentication, they can access several intranet applications. For a particular application, the user has to select their Organization or Position or Location.

Based on the user's Windows Authentication, once the user selects one of the three above and clicks a "Submit" button, a second page is launched that shows certain information about the selection based on the User's authentication.

For example, if User selects Organization, the following information will be returned based on the Organization THEY are a member of. They can not access information from OTHER organizations, ONLY their own based on their login credentials. This information returned as a result of the dropdownlist selected value includes: street address, city, state, zipcode, Bus. Unit #, etc. appears in labels on the second page.

The labels can be dynamically created at runtime. (I dont know if a User control can be created to do this, since the "Position" and "Location" will contain the same address information, and it doesn't matter at the moment). I just want to populate the labels on the second page (or on Postback) based on the User's log in credentials after they click the "Submit" button. Or, if they don't have to click a button, just have the information complete based on the selected value of the dropdownlist control.

View 1 Replies


ADVERTISEMENT

C# - Use Authentication In 'Forms' And As Well In 'Windows' For A .net Web Application?

May 14, 2011

We have an application in Access for UI and MS Sql server as Database server. We now decided to build a new application in web application for UI. This web application is only used by the employees who work for the company. But later we decided to host this web application on outside server. So the user (from this company only.) can able to login anywhere in the world. First I thought creating the web application using 'windows' authentication thinking we may be using it as an intranet web application. But now my manager asked me to use both 'Forms' and as well as 'Windows' for using this application and this web application will be hosted on outside server. I really don't catch his point of using both types of authentication.

View 1 Replies

Windows Form Application Windows Authentication

Apr 30, 2010

I have a VB.Net project that I am running from a local server and I need to use the credentials the user is currently logged in with to upload a file to a folder I create on a SharePoint site on the same domain. I can get it to upload if I specify the credentials but it will not work with system.net.credentialcache.defaultcredentials. It just gives me 3 empty strings and I get a 401 unauthorized error. I have seen a few threads that say you cannot use it with Windows Forms Applications. Is this true? Here is my code:

[Code]....

View 2 Replies

Asp.net - Windows Authentication Pop-up?

Mar 24, 2011

When I try to use Windows auth, the pop-up tells me: X website required login for Y domain.How can I hide the website name? And only show "You are required to login first" text on that pop-up?

View 2 Replies

C# - Windows Authentication In .NET?

Feb 1, 2012

I have a .NET application (mix of C# and VB.NET) where I would like to display a Windows Login Dialog box (or my own dialog box) and authenticate the user using Windows Authentication. Per requirement, I need to ask the user to authenticate after AT LEAST a minute of being idle. I would prefer a .NET native way of doing Windows Authentication but interested in other ways...

View 2 Replies

Use Windows Authentication In WPF?

Oct 5, 2009

how to use Windows Authentication in a WPF app. I wouldn't have thought that it would be any different than in any non-WPF app, but it seems that it is. I want to go into my project Properties -> Application and ensure that Windows Authentication is on, but that option is not available in a WPF app (as the following document confirms).

[URL]

If I ignore all that and just look at My.User.Name (VB), it is empty. This tells me that somehow Windows Authentication is not enabled.My plan is to use a PrincipalPermission attribute to restrict access to certain parts of my app (or perhaps the entire app, by applying it to Application_Startup()).

View 2 Replies

Windows Authentication Using C#

Mar 11, 2010

I want to use windows authentication in my c-sharp desktop application.where I cloud use windows create new users service and allocate local storage space.

View 1 Replies

Asp.net - Is Forms Authentication Totally Necessary

Aug 18, 2011

I'm writing an internal web application right now (with ASP.Net Web Forms), and it presents an odd problem. I have to be able to impersonate the currently logged in windows user, and execute a command based on their Windows Authentication to log in.. AND ... if they don't have Windows Authentication set up in the application I have to use to log them in, I have to be able to accept a user name and password. I also have to write the application in .Net 4.0, and secure it as much as possible. I got this to work by NOT utilizing Windows Authentication or Forms Authentication in the web.config, and instead setting session variables to guard against user accessing pages in the web app other that the log in. I did this by creating an oddly name session variable with a value based on their user name (windows auth or not), and then a secret session variable. The secret variable is in the web.config as a 256bit encrypted string, in which I decrypt, and set as the session secret. In order for the page to load, the first session variable can't be blank, and the second variable has to equal the decrypted key value... if the variables don't pass inspection, it redirects them to the login page. I set this up on every page, generic handler, and webservice method in the web app. I make the session timeout after a few minutes of no activity, and on log out, I set all session variables to nothing, and expire all cookies. (I also disable all cache).

My question is... Does this offer comparable security to that of Forms authentication? I have always used Forms authentication, but can't use it here. If I did, the users would have to reconfigure settings in IIS and in he web.config to toggle login procedures (From my knowledge, you can't use both Forms authentication, and windows authentication to manage the security of your pages and other web resources). With the method described above, I can accomplish the best of both worlds, but am curious about the security of my methods. Is there anything else I can implement here to assure the utmost security other that using forms authentication? Is it possible to accomplish the same level of security of Forms authentication without using it?

View 1 Replies

C# - Forms Based Authentication?

Jun 24, 2010

If I wanted to make sure that AUTHENTICATED users were denied access to Enroll.aspx and UNAUTHENTICATED users had access how should my "allow/deny users" tags be set in the web.config?[code]......

View 2 Replies

Implement Windows Authentication Into A Windows

Feb 9, 2009

I am trying to implement windows authentication into a windows form project that I am creating.

View 3 Replies

Add Windows Authentication To Application

Jun 28, 2011

I have a application that prints labels on a community computer.I would like to add a Windows authentication login form to allow any of our employees to access a configuration screen.The request would bring up the login form if the login passed (meaning the username / password was correct) the configuration form would open.Otherwise the user would just get a warning Msgbox.So far all of the examples I could find either apply ASP.NET or use the logged-in user. Not for additional access as I'm trying to do.

View 7 Replies

Authentication For Windows Application?

Feb 28, 2012

I am working on a windows application and I am developing application using VB.Net. I want to create one form for Username and password and I want to create a table in database which will contain all the user details with UID and Password. So I am planning to use either Windows authentication or SQL authentication on database side for allowing user to connect database with my application But I am curious to know the best practices which are widely used across. Can anyone share the blogs,articles or your own experiences.

View 10 Replies

Authentication With Windows 2008 R2?

Jun 13, 2011

I write a dll some time ago that authenicated with a Windows Server 2003 Domain controller. Every thing worked fine. The IS group upgraded the domain controllers to Windows Server2008 R2 this weekend, now I can not authenicat anymore. It seems to have the correct LDAP path, when I get to the function that does the check for the user name i get the following error.

?_dsEntry.NativeObject
A first chance exception of type 'System.DirectoryServices.DirectoryServicesCOMException' occurred in System.DirectoryServices.dll
{"Logon failure: unknown user name or bad password.
"}

[code]....

View 3 Replies

Connecting To SQL DB Using Windows Authentication?

Jun 21, 2010

I thought I had the command correct, but I wanted to make sure since I fail to connect in my app. Here is the connection command I use:New SqlConnection("Server=TestServer;Database=MasterDB;Integrated Security=SSPI")I have verified the server name, DB name, and that the server is using windows authentication.

View 1 Replies

Get Windows Authentication Username Via IIS 7.5 And ASP.NET?

Feb 28, 2012

On the server, I get my current logged-in username, but from a remote client I get server name/administrator.

Below is the code:

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
'Grab username from Windows Authentication, remove the 'HHI', and assign to empName
'empname = Replace(HttpContext.Current.User.Identity.Name.ToUpper, "HHI", "")
'empname = Replace(Page.User.Identity.Name, "HHI", "")

[code]....

I've tried Application Pools with 'Network Service', with Named Accounts and setting the pipeline mode to 'Integrated' and 'Classic'. The above code works properly in Server 2003/IIS6, but I haven't been able to make it work on Windows Server 2008R2/IIS 7.5.

View 1 Replies

Windows Integrated Authentication?

Jan 29, 2009

I buit a ASP page that gets the users information who is logged into the computer ie username etc. This was using IIS6 Now I've moved over to IIS7 on Server 08, I set it up to use "Widows Authentication", however when i run my ASP.NET Page it uses the account NT AUTHORITYNETWORK SERVICE to do its work.Ive looked all over online, and cant find a way to fix this.I just want to pass the user credetials from logging into the computer, to the web.I've made sure that I have this in my web.config

<authentication mode="Windows"/>
<identity impersonate="true"/>

When I run this the site from Visual Web Developer and it creates the site, it pulls back the correct information.However, when I Then to my browser and check this and it dosent pull back the correct account, it pulls back that NT account.etc. but it always seems to pass the same wrong account NT AUTHORITYNETWORK SERVICE it should be my accountname I am logged in with.

View 12 Replies

.NET Forms Authentication Doesn't Work

Mar 20, 2011

I have an issue with my .NET application and it can only be reproduced sometimes and only on client's location, which makes it extremely difficult to resolve. In the application the forms authentication is used. There is a login page to which every anonymous user is redirected. After user enters username and password, it redirects to DefaultURL or some predefined page. The problem is that sometimes when user enters correct username and password, it doesn't login, instead it just refreshes the login page without any error messages. After several tries of inputing username and password, user is able to login to the system.

See my login page Submit_Click code below:

Dim userName As String = tbUsername.Text
Dim password As String = tbPassword.Text
Dim returnUrl As String = Request("returnUrl")

[code]....

View 2 Replies

Forms Authentication Add SQL Database Variable

Aug 29, 2010

I am using Forms Based Authentication I have extended the Forms Authentication Tables creating a custom table called Profile_Contact that holds the user's GUID, username, email address, and other information. I have another table called Profile_Account which holds company account information such as Company Name, address info, phone numbers etc. This table has a Key Field called IDProfileAccount.

[Code]...

View 6 Replies

Forms Authentication And Stored In A SQL Database?

Mar 9, 2012

The Intranet was done with forms authentication and stored in a SQL database. how I go about (if possible) authenticating a login in a vb.net project that queries the user settings from the ASP.Net database that was created on the SQL server for the forms Authentication.

View 5 Replies

.net - Mvc Windows Authentication Allow All Users From Domain

Dec 8, 2011

I have an mvc intranet application using windows authentication. It currently has one controller with three actions.

The first action (index) should be available to everyone, this is no problem. The second and the third actions should only be available to users in a specific DOMAIN. However the tag only gives me 2 options: Roles or Users. I tried using Users and setting it to 'DOMAIN*' and 'DOMAIN?' but that doesn't work.

View 3 Replies

DB/Reporting :: Validating Windows Authentication?

Jul 30, 2008

Now that my application uses windows authentication to connect to the database, how will I authenticate the username and password that the user supplied? I've read about WindowsPrincipal and WindowsIdentity but still I have not found a way to do this.

View 5 Replies

Get User's Password With Windows Authentication?

Aug 3, 2011

get user's password with windows authentication

View 5 Replies

Log Into Application With Windows Network Authentication?

Jul 22, 2011

Our company runs Windows Server 2008 R2 and as part of the normal login procedure you type your username and password. IT sets the domain when you get your PC so that is all good. So, when you open IE, the intranet sight detects that you are person XXX YYY and then logs you into the site automatically as the right person.

Now is there any way that I can do the same with an application written in C# or VB.NET. I.e., I would like the user to not have to log in as they have already done so during Windows log in, and then use the application as the individual user. This is for loggin purposes and specific rights for each group.

View 1 Replies

SQL Connection String , With Windows Authentication?

Apr 17, 2009

i wrote a program that connect to sql server via a specify server name , user nameasswordim baby as new sqlconnection("server=baby;uid=sa;pwd=sa;database=baby")

View 3 Replies

Forms Authentication With Web.config Works On Dev But Not On Live

Feb 27, 2010

[Code] When I run this on my visual studio 2008 dev server it runs fine and works well. When I publish to IIS I always get Http 403 Forbidden Errors when trying to access any page on the site. There is 1 folder within my site that should be login protected called 'administration'.

View 2 Replies

Authentication Of ASP.NET Membership In Windows Form Application

Jul 1, 2010

I have the following code being used, it is really useless for me as I can't get much info using it, is there any other way I can save the info when a user logs in to store it for the whole time until the program closes?

[Code]...

View 1 Replies

Authentication Of ASP.NET Membership In Windows Form Application?

Sep 17, 2011

I have the following code being used, it is really useless for me as I can't get much info using it, is there any other way I can save the info when a user logs in to store it for the whole time until the program closes?

Dim user As MembershipUser
Dim identity As GenericIdentity
Dim principal As RolePrincipal

[code]....

View 1 Replies

Connecting To SQL Server 2008 Using Windows Authentication

Dec 15, 2011

I have one more question. I am connectinag to SQL Server 2008, not express, and I keep getting the "login failed for user "...""[code]

View 7 Replies

Showing Windows Authentication When Logging In To Web Application

Mar 5, 2009

i'm developing a web application. i want if user access it, it will prompt for windows authentication, if the username and password is correct, then the page appears.i've been working around on this but it's not working. my web app prompt users for windows authentication, but it always failed or access denied.anything i should check?

View 1 Replies

Use Windows Authentication In Application Rather Than Validating Against Database?

Nov 18, 2010

I want to use windows authentication in my vb.net application rather than validating against Database. Is there any possiblitiies or APIs that allows me to use Windows authentication? I have user id and passoword text boxes. Once user entered the userid and password, it should validate again Windows authentication.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved