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
7
votes
4 answers

No valid key mapping found for securityToken

I am developing test application for displaying claims of authenticated identity in MVC-ASP.net (Visual studio 2013) I have given authentication from active directory in following way. 1.Add new mvc project in solution . 2.click on Change…
7
votes
3 answers

What makes the FederatedAuthentication.SessionAuthenticationModule return NULL?

I'm not sure why but my FederatedAuthentication.SessionAuthenticationModule is resolving as NULL and crashing my app when I try to run my ClaimsTransformer() module: public void EstablishSession(ClaimsPrincipal principal) { var…
user1265146
  • 1,985
  • 5
  • 16
  • 20
6
votes
2 answers

How do I change my WCF's FederationMetadata.xml file for various deployments?

We have an ADFS 2.0 installation that's working well for our MVC apps in our various environments. I believe it uses "passive authentication" (I'm still getting used to the proper terminology) - it definitely is where it redirects the user to our…
Jaxidian
  • 13,081
  • 8
  • 83
  • 125
6
votes
2 answers

How can we control number of EC2 instances to be launched by federated user?

I have a usecase where I need to restrict a federated user to launch only one EC2 instance, is there any workaround to setup these things in policy.
prasoon
  • 901
  • 8
  • 25
6
votes
2 answers

Configure Okta to Mediate between our SP Application and IdP

We are a Service Provider who has SAML enabled our app to allow for IdPs to authenticate users for us. To make sure everyone is on the same page Identity Provider (IdP) is an application whose job it is to authenticate users Service Provider (SP)…
Stengel
  • 61
  • 4
6
votes
2 answers

Windows Identity framework with windows XP

How can use the Windows Identity Foundation SDK with Windows XP ?
6
votes
2 answers

Implementing claims-based security (WCF/ASP.NET)

After researching on the topic of claims-Based security (or a federated security model). I've been coming across many examples that use CardSpace as an example. The main article that I read that gave a really great explanation of the subject was a…
6
votes
1 answer

Single-sign-on: Which direction should I go?

I have a SaaS web application that caters to multiple education institutions. All clients are hosted in the same application/database. The application is currently written in C# for ASP.Net 4 Web Forms. Currently my application uses a local/native…
6
votes
3 answers

Windows Azure intermittent Identity error when parsing webconfig

This issue happens seemingly randomly after publishing. The site will work fine and then bam, I get this error parsing the webconfig. I just republish and it works fine for a bit again. When publishing, I checked the box to remove existing files…
MPavlak
  • 2,133
  • 1
  • 23
  • 38
5
votes
2 answers

Converting single client SQL Server database into single database multi tenant

We currently have a system where each of our users gets a database. We are now moving to a one database multi-tenant schema so one database can house many customers. A few questions: Is the a multi-tenant conversion tool in existence? Or is it just…
Matt
  • 3,305
  • 11
  • 54
  • 98
5
votes
0 answers

How to fetch user roles via JWT token when authenticate user with Google

I'm trying to use Google as an IDP for my application by federation. For user authentication part i'm using openID connect flow. Following steps have been done already. Created a Google application Got client ID and client secret Configured Google…
5
votes
2 answers

Prevent users from signing up on their own with federated identity providers (FIP) but allow sign in with a FIP if added by an administrator

I've set up a user pool in Amazon Cognito for my web application. The application is not meant to be public and only specific users are allowed to sign in. The policies of that user pool in the Amazon Console allow only administrators to create new…
5
votes
4 answers

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)?
5
votes
2 answers

Google App Engine Java - Federated Login, what to keep in Datastore

I'm building a Google App Engine for Java app using Federated login. When a user has logged into my app using an OAuth provider I get a User object back…
planetjones
  • 12,469
  • 5
  • 50
  • 51
5
votes
1 answer

Setting up Azure AD and GSuite with AWS cognito federated identities

How can you enable SSO for azure AD and G Suite using AWS cognito federated identities ? I have attempted to do with SAML, but could not figure it out, would be preferable if the solution can be done using AWS itself without much complications
1 2
3
35 36