how to host Custom STS on cloud as web role
-
2012年6月25日 7:52Hi 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
すべての返信
-
2012年6月25日 10:14
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
-
2012年6月25日 11:39
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
-
2012年6月25日 15:46
When you download the source, there is an Azure version included.
There are no docs, sorry.
Dominick Baier | thinktecture | http://www.leastprivilege.com
-
2012年6月26日 4:49
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
-
2012年6月26日 7:21
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
- 回答としてマーク Arwind - MSFTModerator 2012年7月2日 9:21
-
2012年6月26日 8:42
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.
-
2012年7月3日 4:24
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

