locked
login page for windows authentication RRS feed

  • Question

  • Hi

    i need to have a custom login page instead of windows authtentication login box for prompting user to enter credentials.

     

    How can achieve this in Share-point?

     

    Thanks and Regards,

    Vinnu

    Monday, November 8, 2010 2:55 AM

Answers

All replies

  • If you're in a MOSS or WSS enviroment, Gaya's links won't be relevant.

    The only way I know do this is to implement a full blown custom FBA solution that uses AD instead of the usual SQL backend.  This will give you control.

    What is your business requirement?  There may be an easier way.


    --Paul Galvin, Computer Generated Solutions (CGS)
      Microsoft MVP - SharePoint
      Blogging @ http://www.mstechblogs.com/paul
      Twitter @ http://www.twitter.com/pagalvin
    • Proposed as answer by Suman Sarkar Wednesday, November 10, 2010 10:36 AM
    • Marked as answer by KeFang Chen Monday, November 15, 2010 7:15 AM
    Monday, November 8, 2010 10:57 AM
  • Thanks Gaya Nand and Paul.

     

    My Client requirement is ,

     

    They doesn't want windows pop up box for prompting users to provide credentials.Instead, they want to redirect to a custom page where user can provide his AD credentials.

     

    Thanks and Regards,

    Vinay Kumar

    Wednesday, November 10, 2010 2:50 AM
    • Proposed as answer by Gaya Nand Wednesday, November 10, 2010 6:22 AM
    • Unproposed as answer by Mike Walsh FIN Wednesday, November 10, 2010 8:36 AM
    Wednesday, November 10, 2010 6:21 AM
  • Gaya Nand,

    You are misinterpreting the "propose as anaswer" function, The point of this function is for you to propose the good answers of other people. It is not for you to propose your own answers the minute you post them.

    In the present case you have even for the second time proposed your own answer after one moderator has already unproposed it (and after another moderator has said that your links are not appropriate for this forum). Neither are good actions on your point.

    Try to help people with your posts, by all means, but please in future propose other people's posts and not your own.

     

    Later Note: (for confused readers of this thread).

    Gaya Nand later deleted his first post to which Paul Galvin's post was a reply and in which he had twice proposed the post as an answer.


    2010 Books: SPF 2010; SPS 2010; SPD 2010; InfoPath 2010; Workflow etc.
    2007 Books: WSS 3.0; MOSS 2007; SPD 2007; InfoPath 2007; PerformancePoint; SSRS; Workflow
    Both lists also include books in French; German; Spanish with even more languages in the 2007 list.

    • Edited by Mike Walsh FIN Wednesday, November 10, 2010 1:49 PM Later Note: added (to hopefully avoid confusion following the deletion of a post in this thread to which later posts referred
    Wednesday, November 10, 2010 8:36 AM
  • Thanks for guidence. I have just joined this community and not awaire proceed solution conditions.

    I will take care in future.


    GAYA NAND PRASAD

     

    Moderator comment:  Thanks for this reply. We were all new here once and many of us made similar mistakes.    Mike

    • Edited by Mike Walsh FIN Wednesday, November 10, 2010 1:39 PM Moderator comment added (to both thank for the reply yet not overdo things via a further post in the thread.
    Wednesday, November 10, 2010 11:39 AM
  • You can use ASP.Net Forms based authentication with ActiveDirectoryMembershipProvider. Form based authentication gives you to work with login controls and membership provider features The ActiveDirectoryMembershipProvider helps you to validate the users against their NT ID

     Please check below link

    http://blogs.technet.com/b/nishants/archive/2009/03/18/how-to-configure-forms-based-authentication-active-directory-ldapmembership.aspx

    Raj.

    http://pagelayoutgenerator.codeplex.com/

    http://mspbox.blogspot.com

     

     

    • Marked as answer by vinnu_1981 Monday, November 29, 2010 5:11 AM
    Wednesday, November 10, 2010 12:08 PM