Tagged Questions
0
votes
0answers
17 views
configure cloud service to use adfs server for authentication
I have created cloud service which is using adfs server for authentication.I am getting error while intialization of trustChannelFactory.Error isThe server did not provide a meaningful reply; this ...
5
votes
1answer
162 views
How to use LDAP on window azure?
Am new to ADFS and LDAP, our project is mixed of technology mongoDb, nodeJS and rails. we are planning on deploying mongodb, Nodejs or Rails on Windows Azure, as LDAP is been used for active directory ...
3
votes
2answers
549 views
How can i connect Azure Active Directory (WAAD) to Windows Azure Access Control Service (ACS)?
I am already using ACS and would love to setup Azure Active Directory as an identity provider.
I cant seem to find any way of getting ADFS info from WAAD but i guess its still early days...
Does ...
0
votes
2answers
346 views
Realm not found (ACS, ADDS, AD FS)
i am playing around with the azure free triel and followed this tutorial (http://haishibai.blogspot.de/2012/11/complete-walkthrough-setting-up-adfs-20.html) titled "Setting up a ADFS 2.0 Server on ...
0
votes
1answer
182 views
Setting up Active directory on Azure as a failover instance
We want to setup our enterprise Active Directory on Azure as a fail-over option. ie If the on-premise AD goes down, we should be able to seamlessly switch over to Azure for authentication. How do we ...
6
votes
2answers
2k views
Azure/web-farm ready SecurityTokenCache
Our site uses ADFS for auth. To reduce the cookie payload on every request we're turning IsSessionMode on (see Your fedauth cookies on a diet).
The last thing we need to do to get this working in ...
2
votes
1answer
681 views
Having multiple return URLs on one Relying Party Application on ACS Azure
I'd like to be able to specify the return URL of the ACS authentication when I redirect the user to his Identity Provider's log-in URL instead of the one I specified in the ACS management portal. I'll ...
1
vote
1answer
246 views
Send ClaimCollection from Silverlight to WCF
I am implementing ADFS for a Silverlight application hosted in the cloud. I am using the Identity model provided in the IdentityTrainingKit to read the claims using Passive Authentication. I am ...
0
votes
1answer
187 views
ADFS is gving error when redirection is made to main application
I am creating one azure application which has 2 web roles. One web role is normal web application and other one has ADFS integrated with it. The web role (ASFS one) redirects the user to the first web ...