Windows Identity Foundation - Local STS on Windows Azure.

Posted by joe on Stack Overflow See other posts from Stack Overflow or by joe
Published on 2010-05-12T05:34:06Z Indexed on 2010/05/12 5:34 UTC
Read the original article Hit count: 218

Filed under:
|

Hello,

I am trying to use Federated authentication on Azure. I found a example of having a local sts outside azure which is used for authentication from a web role hosted in azure. This works perfectly.

My issue is, i dont want to have an application outside azure. Instead, I want to host the local sts website also in azure. So in effect I will have two web roles (1. my actual website, 2. the sts).

I tried the above approach my creating a new webrole and moving the files from my original sts project. But i am getting compilation errors even if I reference the required dlls. I have also set "copy local" to true.

It will be very helpful if somebody can guide me..

Thanks

© Stack Overflow or respective owner

Related posts about Windows

Related posts about federated-identity