how to host Custom STS on cloud as web role

Answered how to host Custom STS on cloud as web role

  • Monday, June 25, 2012 7:52 AM
     
     
    Hi All,

    We have implemented custom STS using WCF STS template. now i am trying to move it to cloud. but i am not able to add it as Web role.

    Can anyone tell me or provide steps to host custom STS as web role on cloud ?

    Thanks



    • Edited by Jony Shah Monday, June 25, 2012 11:41 AM I have written different template name
    •  

All Replies

  • Monday, June 25, 2012 10:14 AM
     
     

    Have a Look at http://identityserver.codeplex.com.

    I have an Azure version, so could get some inspiration from there.


    Dominick Baier | thinktecture | http://www.leastprivilege.com

  • Monday, June 25, 2012 11:39 AM
     
     

    Hi Dominick,

    Thanks for quick response.

    do i need to download any samples ? can you please tell me which section i have to refer ?

    Thanks

  • Monday, June 25, 2012 3:46 PM
     
     

    When you download the source, there is an Azure version included.

    There are no docs, sorry.


    Dominick Baier | thinktecture | http://www.leastprivilege.com

  • Tuesday, June 26, 2012 4:49 AM
     
     

    Hi Dominick,

    On http://identityserver.codeplex.com/releases there are four different zip files to be download. i have downloaded two of them (azure edition and source). but i didnt find sample, i need, inside it.

    somewhere i read that Azure allows us to add few types of project as web role.

    Isn't it allow to add WCF Security Token Service as web role ?

    Thanks

  • Tuesday, June 26, 2012 7:21 AM
     
     Answered
    IIRC the WCF STS template create a "web site" - you can only add "web applications" to web roles. You need to convert that manually.

    Dominick Baier | thinktecture | http://www.leastprivilege.com

  • Tuesday, June 26, 2012 8:42 AM
     
     

    Hi Dominick,

    yes, i read the same on one of the website. now i am doing that. i will keep you updates on this.

    thanks for quick response.

  • Tuesday, July 03, 2012 4:24 AM
     
     

    Hi Dominick,

    I have one query "Custom STS project needs to be added as Hosted Service or configured in ACS  as identity provider ?"

    Note : Custom STS is validating username/pwd against sql database.

    Please guide me.

    Thanks