Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Single Login page for multiple applications.

Single Login page for multiple applications.

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminwindows-admin
7 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HemadriT
    wrote on last edited by
    #1

    Hi, I was developed 4 applications with different login pages by using "asp.net web site administration tool 2010" and i deployed in server(IIS). Now the requirement is like i need to create new application with common login page and home page for 4 applications. By using that common home page i need to access 4 aplications which i deployed in iis. Thank you.

    R Z 2 Replies Last reply
    0
    • H HemadriT

      Hi, I was developed 4 applications with different login pages by using "asp.net web site administration tool 2010" and i deployed in server(IIS). Now the requirement is like i need to create new application with common login page and home page for 4 applications. By using that common home page i need to access 4 aplications which i deployed in iis. Thank you.

      R Offline
      R Offline
      RaghuPT
      wrote on last edited by
      #2

      Hi, What are the authentication modes used on all these 4 sites? At the top of my head you will need to create a Single-Sign-On(SSO) here. So you will let the users logon to one site (either one of the four or a new one) and then you will need to manage the authentication using certificates to let the user use the other application seemlessly. This is at the outset, However you will need to provide more details about the authentication modes already used in the existing apps / sites. -Raghu

      H 2 Replies Last reply
      0
      • R RaghuPT

        Hi, What are the authentication modes used on all these 4 sites? At the top of my head you will need to create a Single-Sign-On(SSO) here. So you will let the users logon to one site (either one of the four or a new one) and then you will need to manage the authentication using certificates to let the user use the other application seemlessly. This is at the outset, However you will need to provide more details about the authentication modes already used in the existing apps / sites. -Raghu

        H Offline
        H Offline
        HemadriT
        wrote on last edited by
        #3

        Hi, Here i am sending my web.config file. We used same Authentication for 4 application.

        1 Reply Last reply
        0
        • R RaghuPT

          Hi, What are the authentication modes used on all these 4 sites? At the top of my head you will need to create a Single-Sign-On(SSO) here. So you will let the users logon to one site (either one of the four or a new one) and then you will need to manage the authentication using certificates to let the user use the other application seemlessly. This is at the outset, However you will need to provide more details about the authentication modes already used in the existing apps / sites. -Raghu

          H Offline
          H Offline
          HemadriT
          wrote on last edited by
          #4

          Hi , The authentication i was used for the 4 applications as in the following way.. Authentication mode="Forms" SessionState mode="InProc" cookieless="False" timeout="30" --> <forms loginUrl="~/LoginPage.aspx"/>

          1 Reply Last reply
          0
          • H HemadriT

            Hi, I was developed 4 applications with different login pages by using "asp.net web site administration tool 2010" and i deployed in server(IIS). Now the requirement is like i need to create new application with common login page and home page for 4 applications. By using that common home page i need to access 4 aplications which i deployed in iis. Thank you.

            Z Offline
            Z Offline
            ZurdoDev
            wrote on last edited by
            #5

            As pointed out you'll need to implement SSO (Single Sign On) in ASP.Net. If they all use Forms Authentication and they're all on the same machine then it is easy. You just need to set the MachineKey and also make sure the Forms tag has the same cookie name. http://msdn.microsoft.com/en-us/library/dd577079.aspx[^]

            There are only 10 types of people in the world, those who understand binary and those who don't.

            H 1 Reply Last reply
            0
            • Z ZurdoDev

              As pointed out you'll need to implement SSO (Single Sign On) in ASP.Net. If they all use Forms Authentication and they're all on the same machine then it is easy. You just need to set the MachineKey and also make sure the Forms tag has the same cookie name. http://msdn.microsoft.com/en-us/library/dd577079.aspx[^]

              There are only 10 types of people in the world, those who understand binary and those who don't.

              H Offline
              H Offline
              HemadriT
              wrote on last edited by
              #6

              Hi, How to use cookie for the Single Sign On. Can any one help at code level. Thank you, Hemadri.

              Z 1 Reply Last reply
              0
              • H HemadriT

                Hi, How to use cookie for the Single Sign On. Can any one help at code level. Thank you, Hemadri.

                Z Offline
                Z Offline
                ZurdoDev
                wrote on last edited by
                #7

                What do you mean? If you have Forms Authentication then there is no need for extra code. You just have to set the Machine Key to be the same and make sure some of the settings on the Authentication tag are the same.

                There are only 10 types of people in the world, those who understand binary and those who don't.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups