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

How to bootstrap securitytoken for WCF channel created with a Unity InjectionFactory

I've had quite the challenge in handling the following scenario. I want to use the Unity DI Framework to create a new channel for my service when needed. The service is secured with Federated security. The service is not called from within a…
0
votes
1 answer

Attribute mapping in wso2 for federation

I find that there is not adequate documentation about attribute mapping configuration in the wso2 federation setup.I'm not able to clearly understand how it be done. OpenAm has a GUI where we can enter attribute mapping . Tivoli has the option to do…
user557983
  • 51
  • 1
  • 5
0
votes
2 answers

What functionality does ADFS provide that is not in ThinkTecture IdentityServer 2?

I'm trying to figure out the right architecture from a mix of current .NET authentication/authorization offerings. One question that I haven't been able to find much online information on: What are the benefits of having ThinkTecture IdentityServer…
0
votes
0 answers

Last login date with a federated authentication application

We have a web-app which uses federated authentication to authenticate users. Data for the Fed Auth are obtained from the Active Directory service. One of the system's requirements is to have a "Last log in date" saved in the web-app, but the…
0
votes
1 answer

How to redirect to Sign In page after log off while using IdentityServices

I have used Thinktecture identity services to authenticate users on my MVC website. I use following code to allow users to log out. FederationConfiguration cfg = FederatedAuthentication.FederationConfiguration; var fam =…
Nirman
  • 6,715
  • 19
  • 72
  • 139
0
votes
2 answers

How do I sign a google federated login?

Ok Im having more luck with G'oogle's federated log in, I'm at the point where you get the following params back from Google. [openid_ns] => http://specs.openid.net/auth/2.0 [openid_mode] => id_res [openid_op_endpoint] =>…
CodeChap
  • 4,132
  • 6
  • 30
  • 40
0
votes
1 answer

Configure OWIN to use Forms login and federated login

I'm creating a new MVC5 - ASP.NET Identity project, and I'd like to support two methods of logging in: forms and eID (digital passport). I'd like to use OWIN to easily implement these features: Forms login: Validate user based on username and…
Team-JoKi
  • 1,766
  • 3
  • 15
  • 23
0
votes
1 answer

Reading/Parsing ACS Identity Provider FederationMetadata.xml

Is there any easy way, such as some WIF class or something which given a FederationMetadata.xml file from an identity provider, you can easily load this and parse it to access certain parts of information out of the file. I need to be able to parse…
Kramer00
  • 1,167
  • 3
  • 12
  • 34
0
votes
2 answers

Service Provider ComponenetSpace Identity Provider ADFS 2.0 Issue in in enabling SSO for .Net Application

I am enabling SSO for an existing .net application. I am using componentspace SAML 2.0 component as service provider(SP) and ADFS 2.0 as identity provider(IdP) i have configured ADFS on different service and SP is on different server.I am launching…
0
votes
1 answer

SAML Artifact Resolution

I have two Tomcat servers IDP and SP. Created hosted IDP and a fedlet on the IDP. Copied the fedlet.war on to the 2nd tomcat, after creating the fedlet files I copied the keystore as well. When I checked the "Run Fedlet (SP) initiated Single Sign-On…
Hello All
  • 21
  • 1
  • 5
0
votes
1 answer

Claim based authentication in webrequest

How a webrequest can make between these twi applications... sample code: HttpWebRequest webRqst = (HttpWebRequest)WebRequest.Create(endpoint); webRqst.UseDefaultCredentials = true; webRqst.Method = "GET"; webRqst.Accept = "*/*"; webRqst.KeepAlive =…
0
votes
2 answers

Scripts and styles are not not working in claims based identity

I am an ASP.Net MVC application that uses claims based identity. I created a security token service (STS) for authentication. My MVC application is hosted on IIS default website. My application is working perfectly. But scripts are not working.…
0
votes
0 answers

How to determine which IdP to redirect from a SP?

I'm building SP initiated single sign-on, and I wondered what the best practice was for determining which identity provider to redirect a user to. Here are the options I've come up with: /SSO/Logon/Acme, where Acme is a name of a known IdP. We…
John Gibb
  • 10,603
  • 2
  • 37
  • 48
0
votes
1 answer

Use existing Single Sign-On solution for Active Directory too

We have a client using SSO already with us, they post SAML assertions to one of our .aspx pages, which decodes the assertion and authenticates the user. We have been asked by a second customer to user SSO as well, but they use Active Directory…
0
votes
3 answers

Top SAML 2.0 identity providers in the market

I am working on a product (service provider) which uses SAML 2.0 for authentication purpose. Having said that I wanted to know what you all think are the top and most trusted identity providers that are in the market, that supports SAML 2.0 and if…
Nohsib
  • 3,614
  • 14
  • 51
  • 63