5
votes
1answer
122 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
440 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 ...
1
vote
1answer
74 views

What do i do after getting the token?

Here's the situation and what should i do now I have put CustomSTS as default selection in Home realm discovery page ( already configured the Custom STS as Claims Provider Trust ) Any relying party ...
0
votes
2answers
300 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
202 views

MVC3 and Active Directory Federation Services

I have a MVC3 application that uses Windows authentication and works great if we deploy it on a server that is in the same domain with the users that access it. I have a request to deploy the ...
1
vote
0answers
105 views

ADFS can be implemented in Mono for Android

I'm making an application that must be connected to an ADFS. I wonder if it is possible in MonoDroid. Investigating I found a code for Windows Phone but MonoDroid no such classes. The code is ...
0
votes
1answer
172 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 ...
1
vote
1answer
94 views

How does one invoke the same claim rules from ADFS on all registered relying parties?

My company is getting into ADFS and WIF to set up an internal portal with SSO capabilities. We currently have custom rules that build additional claims from a SQL attribute store based on the user's ...
1
vote
0answers
386 views

Encountered error during federation passive request.

I am trying to setup ADFS to work with SAML 2.0 Service Provider, but I am facing an issue that can't authenticate users via ADFS webpage. This is the error I am getting: Encountered error during ...
6
votes
2answers
1k views

Claim auth from ADFS

I try to connect to a SharePoint Online instance via a WPF-Application. I have found this article[1] that discribes a possible solution but the problem is that the specific instance has a Active ...
0
votes
1answer
288 views

Transforming incoming username claim in ADFS when doing active authentication

I'm attempting to authenticate to an ADFS server via active federation, but need to transform the incoming username via an AD/LDAP query before attempting to authenticate the user. I'm using the ...
3
votes
3answers
3k views

Single sign on for .NET application integrated with Active Directory

We have several customer using our web application (not intranet), some customers want their login should be integrated with their organizations Active Directory. They just want that user should ...
0
votes
1answer
250 views

Active Directory Federation Services in ruby?

So, ADFS is new to me. We have a client that will be using it. I've been doing research and the documentation Microsoft provides seems overly complicated. Is there a simple tutorial that someone can ...
1
vote
1answer
362 views

Setting ADFS Login To Be Persistent Across Browser Sessions

We’ve got a CRM 2011 implementation using IFD which in turn means is uses claims based identity and ADFS. I’m struggling to determine how I can keep my user logged in across multiple browser sessions. ...
1
vote
1answer
1k views

MVC and ADFS Development Not Impossible Easily?

Using VS2010 and MVC3 and the latest Razor engine bits. I have a request to integrate ADFS to allow the app to support single-sign-on for an existing Windows domain. This does not look like a ...
5
votes
2answers
4k views

ADAM, Active Directory, LDAP, ADFS, Identity

What is the difference/relation between ADAM, Active Directory, LDAP, ADFS, Windows Identity, cardspace and which server (Windows 2003, Windows 2008) uses what?
0
votes
1answer
195 views

How to prevent Duplicate Object creation in ADAM?

I am testing out using ADAM and the DSML services. I have two ADAM servers, one is a replica of the other and they are Load Balanced. How can you protect duplicate object creation in the ADAM ...
6
votes
3answers
4k views

Is it a bad practice to put external users in Active Directory?

We have an existing Web application and we want to migrate from a custom authentication solution to Active Directory Federation Services so that our partner organizations can manage the authorization ...
3
votes
4answers
2k views

What's a good way to get started integrating ADFS with AzMan?

Does anyone know of any good screenscasts or documentation covering the integration Active Directory Federation Services (ADFS) with Authorization Manager (AzMan)?