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. Auto logon to extranet site with generated URL

Auto logon to extranet site with generated URL

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsecuritytutorialquestion
5 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.
  • J Offline
    J Offline
    Josh Blair
    wrote on last edited by
    #1

    Hello, I have an extranet site built in ASP.NET. My suppliers use this site for many activities. I generate notification messages for a number of reasons and would like to be able to include an URL in the messages that they can click on that would automatically log then on the extranet site and redirect them to a particular URL. Does anyone have any recommendations on how to achieve this in a relatively simple manner and still keep security tight? I have come up with methods that included querystring (or make-shift "tokens") in the url that are parsed and used to accomplish the task at hand but figured that others may have come up with a slicker approach. Thanks for your time and recommendations, Josh Blair Evergreen, CO

    G I 2 Replies Last reply
    0
    • J Josh Blair

      Hello, I have an extranet site built in ASP.NET. My suppliers use this site for many activities. I generate notification messages for a number of reasons and would like to be able to include an URL in the messages that they can click on that would automatically log then on the extranet site and redirect them to a particular URL. Does anyone have any recommendations on how to achieve this in a relatively simple manner and still keep security tight? I have come up with methods that included querystring (or make-shift "tokens") in the url that are parsed and used to accomplish the task at hand but figured that others may have come up with a slicker approach. Thanks for your time and recommendations, Josh Blair Evergreen, CO

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      That is not possible. Mail are sent as plain text; if you include an URL that can be used to log in, tight security is out of the question. --- b { font-weight: normal; }

      J 1 Reply Last reply
      0
      • J Josh Blair

        Hello, I have an extranet site built in ASP.NET. My suppliers use this site for many activities. I generate notification messages for a number of reasons and would like to be able to include an URL in the messages that they can click on that would automatically log then on the extranet site and redirect them to a particular URL. Does anyone have any recommendations on how to achieve this in a relatively simple manner and still keep security tight? I have come up with methods that included querystring (or make-shift "tokens") in the url that are parsed and used to accomplish the task at hand but figured that others may have come up with a slicker approach. Thanks for your time and recommendations, Josh Blair Evergreen, CO

        I Offline
        I Offline
        Ista
        wrote on last edited by
        #3

        Well you could create everything needed to hold the state and in this url refer to an id to deserialize. Basically creating a pre-state request. You would want that object to be deleted after first de-serialization. Maybe use a "State" design pattern to send it from maiklsent, logged on, delete Nick 1 line of code equals many bugs. So don't write any!! -- modified at 14:37 Wednesday 15th February, 2006

        J 1 Reply Last reply
        0
        • G Guffa

          That is not possible. Mail are sent as plain text; if you include an URL that can be used to log in, tight security is out of the question. --- b { font-weight: normal; }

          J Offline
          J Offline
          Josh Blair
          wrote on last edited by
          #4

          Guffa, Thanks for your input. I get the warning. Josh Blair Evergreen, CO

          1 Reply Last reply
          0
          • I Ista

            Well you could create everything needed to hold the state and in this url refer to an id to deserialize. Basically creating a pre-state request. You would want that object to be deleted after first de-serialization. Maybe use a "State" design pattern to send it from maiklsent, logged on, delete Nick 1 line of code equals many bugs. So don't write any!! -- modified at 14:37 Wednesday 15th February, 2006

            J Offline
            J Offline
            Josh Blair
            wrote on last edited by
            #5

            Nick, Thanks for the idea. It sounds more robust that my initial attempt. Josh Blair Evergreen, CO

            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