Questions tagged [federated-identity]

The concept of linking a single individual's digital identity across multiple (and usually disparate) IT systems. Federated identity is the larger concept encompassing narrow implementations such as Single-sign on (SSO).

The concept of linking a single individual's digital identity across multiple (and usually disparate) IT systems. Federated identity is the larger concept encompassing narrow implementations such as Single-sign on (SSO).

528 questions
0
votes
1 answer

Use Oracle Identity federation with Active Directory

I am new to Federation Identity thing. I am looking to integrate Oracle Identity Federation (OIF) with Active Directory(AD). How can I achieve this ? I have googled it but didnt find anything relevant. I know there is Active Directory Federation…
user2463514
  • 273
  • 1
  • 4
  • 19
0
votes
1 answer

Using Spring SAML Extension implementing identity federation

We are trying to use Spring SAML Extension to implement identity federation which is a use case described in Security Assertion Markup Language (SAML) V2.0 Technical Overview (5.4.3 Federation Using Persistent Pseudonym Identifiers). Our application…
0
votes
0 answers

Spring SAML and OpenAM feredated SSO with ADFS

I want to use spring saml extension in my application the scenario is as follows 1) We have a ADFS(abc.domain.com) other organization installed on windows 2008 R2 Enterprise. 2) Planning to install OpenAM(xyz.domain.com) as An IDP for our…
0
votes
1 answer

ThinkTecture IdentityServer Authorize Directory

I am attempting to use Thinktecture Identity Server v2 as a federated identity manager. I have the identity server up and running and authentication works fine. My issue is that my test site I am using to test the authentication redirects to the…
0
votes
1 answer

How to do password synchronization between openIDM and openDJ

I want to do synchronization between openIDM and openDJ. The synchronization works for all the fields except the password field. I want the password to be stored in openDJ when a user is created in openIDM. What are the steps required to implement…
Soumyajit Swain
  • 1,298
  • 1
  • 21
  • 35
0
votes
1 answer

What is the best way to get a SAML identity provider (idp) to release userid without current domain

I need my SAML IDP attributes to be independent of a domain name or authorize despite the domain name. My SAML IDP response is: Today999_@domain.com
0
votes
1 answer

Redirection after Windows Azure Authentication

I built a MVC 4 app with VS2012, WIF and Identity and access tool. I am using Windows azure AD for authentication. My app is registered with windows azure and whenever the authentication is successful, it redirects to the index page. But I want it…
Pramod
  • 95
  • 1
  • 10
0
votes
1 answer

Understanding the Concepts behind WAAD and ACS

I understand ACS is being phased out in favor of WAAD. As I prepare to delve into Azure for the first time I have a few questions. I already have an Azure account (linked with my MSDN account). Under ACS, I would create a namespace for my…
0
votes
1 answer

ASP.NET MVC 5 Sending an Email with Federated Authentication Azure AD

I've burnt hours trying to figure this out, I hope someone can help. Users authenticate to our ASP.NET site with Azure AD (Microsoft organizational account). Ideally I'd like to be able to connect with Exchange Web Service but I'm having trouble…
0
votes
1 answer

Authentication issue when integrating an ASP Web API app to ThinkTecture server 2.0

I am working on an ASP Web API. I am integrating it to ThinkTecture Server v2.0 (which I have configured locally). For a moment I thought I had it well configured, because I added the [Authorize] attribute to the home controller and my API…
0
votes
0 answers

Which IE add-on is crashing my application

Case: I have a a websites which authenticates to a second SSO website using federated authentication. Go to the main website Redirect to the SSO authentication site -> and you fill in the correct credentials go back to main with authentication…
Demian Kasier
  • 2,475
  • 6
  • 30
  • 40
0
votes
1 answer

How to implement Federated Authentication for server processes communicating with each other

I'm currently using Thinktecture's Identity Server as a security token service to handle the issuing of tokens based on username and password claims. This fits perfectly for a scenario where the authenticating client is an actual user…
0
votes
1 answer

Simultaneous wsfed and hrd authentication in an application - Thinktecture Identity Server

I need to support both authentication methods in an application - WS Federation (wsfed) and Home realm discovery (hrd). I am having installed and customized Thinktecture identity server, but I am stack with achieving the above scenario. I am not…
0
votes
2 answers

WIF - managing domain specific authorization

I have a Windows Identity Foundation based infrastructure with a Custom STS with its own database. The STS authenticates users. The database also contains various Authorisation related claims about users. We add these claims after the user has…
jonho
  • 1,680
  • 2
  • 19
  • 29
0
votes
1 answer

Why SP-Initiated is called SSO?

In a multiple SPs and a single IdP scenario, why the SP-Initiated profile is called SSO if the user needs to enter the credentials whenever he or she tries to login to a different SP? On the other hand, IdP-Initiated is a true SSO system because…
Edenshaw
  • 1,692
  • 18
  • 27