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

Oracle Identity Federation - RCU OID Schema Creation Failure

I am trying to install OIF - Oracle Identity federation as per the OBE http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/oif/11g/r1/oif_install/oif_install.htm I have installed the Oracle 11gR2 11.2.0.3 with the charset = AL32UTF8 and…
Nohsib
  • 3,614
  • 14
  • 51
  • 63
0
votes
1 answer

Usage of Identity Server with ADFS

Currently my system is configured to get security tokens through identity server. We plan to change this to use ADFS and Identity server for authentication for AD users and others. I need a workable code which makes calls to ADFS which intern…
KSH
  • 143
  • 2
  • 16
0
votes
1 answer

Unique identifying a user after federated Authentication

I have just started experimenting with WIF for a new application I'm writing. So far I have managed to get the LocalSTS working and setup my web.config to enable federated authentication against the LocalSTS. My plan is to use the LocalSTS for now…
0
votes
0 answers

Creating a post with hidden inputs to Azure ACS to avoid redirect to login page

I have successfully linked ACS to ADFS and our website user's authenticate against ADFS without issue. I also have legacy sites that authenticate directly against AD via custom code and IAG. We would like the users of the legacy site, once…
user351013
  • 11
  • 1
0
votes
0 answers

Google App Engine Federated Login down? 500 Server Error

I am seeing the GAE Error: Server Error page during the federated login request, appspot.com/_ah/login_redir?claimid=www.google.com/accounts/o8/site-xrds?hd=... This is happening with two different applications so it appears to be an issue with…
lacodajeff
  • 173
  • 1
  • 5
0
votes
1 answer

What is the SessionSecurityToken SecurityKeys?

I want to validate a SessionSecurityToken issued by a STS. By validate, I mean certify that the token is not crafted and verity that the token is issued from the STS. Conceptually, I know that if the STS encrypt (or sign) the token with it's private…
Normand Bedard
  • 2,625
  • 2
  • 19
  • 22
0
votes
2 answers

How to transfer a JSON web token to the client app?

Supposed I have a web application that needs to authenticate a user. Instead of doing it on its own, it redirects the user to a dedicated authentication service. There the user logs in, and a JSON web token (JWT) is created containing the claims for…
Golo Roden
  • 140,679
  • 96
  • 298
  • 425
0
votes
1 answer

In ASP.net MVC Models is there a way to manipulate data in the property setters?

This post is kindo of asking what I need but not very well... How to encrypt password Essentially I have a model "User" Public Class User Public Property ID As Integer Public Property NickName As String Public Property EmailAddress As…
0
votes
3 answers

WSO2 Identity Server and Active Directory Integration

So I've been playing and toying with WSO2 Identity Server for a while and I have to say it hurts me more than it helps. Anyway, I have question on how to integrate with Active Directory. I've got to a point where I can see all my AD's Users and…
stack247
  • 5,579
  • 4
  • 41
  • 64
0
votes
1 answer

SSO to any wso2 component using google/gmail acount

I tried openID based SSO using the WSO2 and it worked fine. My use case requires to support SSO using both the google/gmail accounts as well as the application issued user accounts. Can WSO2 component be configured as relying party and google as the…
0
votes
1 answer

How is trust established between a web service and STS (SecurityTokenService)?

I am studying brokered authentication, federation etc. On all the blogs, it's mentioned that there is a "trust" between Security Token Service and other web services. However, I could not find a blog which explains how to establish that…
Learner
  • 4,661
  • 9
  • 56
  • 102
0
votes
1 answer

SAML2.0 formated attribute for assertion - Federation Identity

We have a SAML 2.0 federated environment (IDP and SP). I would like to generate a custom attribute for assertions created only for one SP. As such, I will not modify the IDP configuration. The snippet of the SAML Assertion we need to create: <…
0
votes
1 answer

Web application - STS identity provider integration

I would like to set web application with STS identity provider correlation on. I have prepared test web application, set all mandatory WIF data with WIF Federation utility and target the STS service. That is OK. I have received token from test STS.…
Rastko
  • 890
  • 1
  • 17
  • 32
0
votes
2 answers

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 Windows Azure IaaS and Configuring it as an Identity…
dave
  • 90
  • 10
0
votes
1 answer

Federated Security/STS

I have a asp.net site that uses federated security for authenticating the user. Therefore a user navigates to the url which is redirected to a login page and if successful gets routed back to the main application. What I need to do is somehow have…