Azure ADFS provide user input screen instead of the logon dialog

Answered Azure ADFS provide user input screen instead of the logon dialog

  • 2012年5月29日 11:18
     
     

    HI,

    I was succesfully able to cread and ADFS ACS integration

    now i want to show a custome page where i can enter usernaem and password insted of the windows dialog box which comes for credentials.

    any suggestions

全部回复

  • 2012年5月29日 11:51
     
     

    Mehul

    In the hands on lab in the Azure Trainings Kit "Introduction to the Windows Azure Access Control Service 2.0" Exercise 3: Take control of the Sign-In experience is a good example how to do this.

    Michiel

  • 2012年5月29日 11:59
     
     

    Hi michiel,

    thanks for the reference but it is showing the logon page which provides to select from the available identity providers. That i dont want to change.

    when we use ACS-ADFS the windos security dialog box pops up to enter you credentials. I want a custome page from ADFS to be displayed which can caputer username and password.

    and then redirect us back to our application via- acs.

    r u able to understand or still i m confused.

  • 2012年5月29日 12:17
     
     

    Maybe this post http://vincentlauzon.wordpress.com/2010/08/25/departmental-application-migration-to-azure-part-4-adfs-with-azure-web-app/ can help you made what you're looking for.

    Or this one http://www.developerfusion.com/article/121561/integrating-active-directory-into-azure/

    I think you're not on the right way, cause with ADFS you do not need to insert some credentials. User machine in the domain can request them from ADFS as token which ACS will transform to different token and your app will accept it and athorize or not authorize the request.


    Microsoft Platform Developer Cloudikka blog

  • 2012年5月29日 12:30
     
     

    Hi Petr ,

    thanks for reply

    see the application is not going to be accesed in the same domain. So in that case a security dialog comes up asking you the ceredentials.

    I dont want this dialog to come up instead i want and .aspx page with fields for this values from the adfs server in the adfs server in inetput\adfs\ls there is a website which can be used for it .

    i want that website to be used for it.

  • 2012年5月29日 13:03
     
     已答复

    I got it

    In ADFS Server in webconfig need to change the sequence to following and it worked.

     <localAuthenticationTypes>
          <add name="Forms" page="FormsSignIn.aspx" />

    thanks all who replied.

  • 2012年5月29日 13:31
     
     
    I am glad you solved it ;-)

    Microsoft Platform Developer Cloudikka blog