Single external signon with Integrated Auth apps and regular webs

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Single external signon with Integrated Auth apps and regular webs

    Hi,

    Well, after reading all of the posts in here, I'm still not quite sure
    if what I would like is possible. Here's my scenario:

    IIS5 (or 6 if I have to) with a large website. Within that website are
    different .NET applications and regular htm applications in their
    folders.

    The entire site in IIS is Windows Authentication so people in our
    domains don't get a login. Different accesses are managed by NTFS
    permissions on directories or within the applications with web.configs
    or databases, etc.

    We'd like to get a single signon for external users connecting from
    home without it being the browser IWA popup prompt. Aside from the
    ugly prompt, it also re-prompts you if you go from site1.domain.com to
    site2.domain.com which is a real pain.

    I've tried using a .NET app with FBA with anon and Windows Auth in IIS
    and can get authenticated to the domain but as soon as I leave the
    application folder and head off to a different page elsewhere on the
    site, whether application or regular html, I get the Windows Auth
    prompt again.

    Is there any way to get authenticated and have it be persistent for my
    browser session on either that entire website or, better yet, any site
    in our domain?

    thanks,

    Phil.
    Phillip Jubb Guest

  2. Similar Questions and Discussions

    1. Client/server application and Windows Integrated Auth
      Hi, I have a .NET WinForms application that needs to identify the user and authenticate this against a datastore (could be Access, SQL Server, or...
    2. forms auth + single pc + mult. user
      hi, i am using forms authentication. when i use persistent cookie as FormsAuthentication.RedirectFromLoginPage(id, true); and two users...
    3. Single signon (with FormsAuth) for mutliple web apps
      I'm working on single signon for multiple web apps on a single domain. If I authenticate in wepApp1 then I am authenticated in webApp2 however,...
    4. SSO (Single Sign On) for multiple PHP apps
      We have multiple PHP apps running on different servers. We have an LDAP authentication based (today) on the apache .htpasswd file which obliged...
    5. Is it possible for IIS and SQL server on Separate Machines with integrated auth
      Hi It is possible that IIS and SQL Server can reside on Seperate Machines and you can use Integrated Windows Authentication to connect. ...
  3. #2

    Default Re: Single external signon with Integrated Auth apps and regular webs

    [url]http://aspalliance.com/articleViewer.aspx?aId=553[/url]

    or

    [url]http://msdn.microsoft.com/library/en-us/dnaspp/html/mixedsecurity.asp[/url]

    shold solve your problem

    --
    Daniel Fisher(lennybacon)
    MCP ASP.NET C#
    Blog: [url]http://www.lennybacon.com/[/url]


    "Phillip Jubb" <philjubb@SPAMMYgmail.com> wrote in message
    news:6ejhr0ho1vhevqe6ubt9dbv745so54ma1i@4ax.com...
    > Hi,
    >
    > Well, after reading all of the posts in here, I'm still not quite sure
    > if what I would like is possible. Here's my scenario:
    >
    > IIS5 (or 6 if I have to) with a large website. Within that website are
    > different .NET applications and regular htm applications in their
    > folders.
    >
    > The entire site in IIS is Windows Authentication so people in our
    > domains don't get a login. Different accesses are managed by NTFS
    > permissions on directories or within the applications with web.configs
    > or databases, etc.
    >
    > We'd like to get a single signon for external users connecting from
    > home without it being the browser IWA popup prompt. Aside from the
    > ugly prompt, it also re-prompts you if you go from site1.domain.com to
    > site2.domain.com which is a real pain.
    >
    > I've tried using a .NET app with FBA with anon and Windows Auth in IIS
    > and can get authenticated to the domain but as soon as I leave the
    > application folder and head off to a different page elsewhere on the
    > site, whether application or regular html, I get the Windows Auth
    > prompt again.
    >
    > Is there any way to get authenticated and have it be persistent for my
    > browser session on either that entire website or, better yet, any site
    > in our domain?
    >
    > thanks,
    >
    > Phil.

    Daniel Fisher\(lennybacon\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139