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
4
votes
1 answer

Golang GAE - Federated Login examples

I'm trying to implement Federated Login using Google App Engine Go SDK, but the only examples I can find on the subject are about how to do this in Python and Java. I understand that I need to call this function to get the URL, but I'm not sure…
ThePiachu
  • 8,695
  • 17
  • 65
  • 94
3
votes
1 answer

WSO2 Identity server with ASP .NET and WIF

We are looking into Microsoft ASP .NET(WS-Federation with windows identity foundation) interoperability with WSO2 identity server. I posted the issue on the forum 14 weeks ago (http://wso2.org/forum/thread/14221) but have not got any response on the…
3
votes
2 answers

Simple Claims Transformation for an RP-STS in Geneva Framework

After reading the MSDN article (http://msdn.microsoft.com/en-us/magazine/2009.01.genevests.aspx) on implementing a Custom STS using the Microsoft Geneva Framework I am a bit puzzled about one of the scenarios covered there. This scenario is shown in…
3
votes
0 answers

AWS Cognito Not getting Google custom attributes from response

I've set up cognito user pool and attached google as an IDP, When signing-up through Google, the protected attributes are not mapped at all. Inside Google the authorize scope: email profile openid…
3
votes
2 answers

AWS Cognito: email unverified on main account after AdminLinkProviderForUser

I am implementing linking of user accounts in cognito that have the same email. So if someone signs up e.g. with Google and the email is already in cognito, I will link this new account to existing with AdminLinkProviderForUser. I have basically…
3
votes
1 answer

MVC3 + WIF - FederationResult missing "wctx"

I have an MVC3 app for which I want to implement claims support. My goal is as follows: provide a SignIn link, which when clicked displays a popup window with username/password and Facebook/WindowsLive/Google etc. links automatically redirect to…
ekkis
  • 9,804
  • 13
  • 55
  • 105
3
votes
0 answers

AWS Amplify Auth - get session without refreshing token (federated sign in via SAML provider)

In our webapplication the users are signed in using Amplify/Cognito's Auth.federatedSignIn() based on a SAML identity provider. The related OAuth flow is configured as Authorization code grant. Is it possible to check whether a user has a "valid"…
3
votes
0 answers

Is there a way to federete Cognito user pool with Keycloak

We have a Cognito user pool with customers from a different company. Our application needs to allow users to login and authorise API calls from our backend. We are looking for a way to federate Cognito user pool with Keycloak. By default Keycloak…
3
votes
2 answers

How to link AWS Cognito native user to the federated user

Currently Cognito allows merging federated users (users logging from external identity providers like Google) to native users (users who signed up via username and password combination). Is there a way to merge an existing federated user with a new…
3
votes
1 answer

Migrating users from Firebase to MongoDB

I'm researching back-end services to use for a React Native app that I'm looking to develop and I'm currently in between Firebase and MongoDB Stitch. Based on some research, I'm probably going to start development in Firebase given that I've worked…
3
votes
1 answer

AWS Cognito External User Pool Identity Provider(OIDC)

I'm using Cognito App Client integration with external provider(Twitch) User authentication works fine, but as code from auth server is consumed by Cognito, I'm not sure how should I send Twitch requests with token, which I'd normally get from…
Piekarski D
  • 377
  • 1
  • 4
  • 15
3
votes
1 answer

How to I configure Okta as SAML IdP for AWS Cognito Identity Pool?

I want to configure Okta as a SAML IdP for an AWS Cognito Identity Pool (not a User Pool). When creating an Identity Pool, I need to specify a SAML IdP associated with the AWS account. As part of defining an IdP, I need to provide a metadata…
John
  • 10,837
  • 17
  • 78
  • 141
3
votes
2 answers

Handle the Identity provider side of SAML using Node.js

I need to implement an Identity provider service (using node.js) that should be able to. Get, validate and parse (using private key and cretificate) the authentication request from SP example If everything is valid, respond with a signed XML…
k-lusine
  • 397
  • 4
  • 11
3
votes
1 answer

How to provide selective access for lambda execution to a federated user in AWS IAM policy?

I am trying to give lambda execution access to select members within a group. Users are authenticated via PingFederate. I am having issue granting this selective access to federated user. I have a custom IAM policy…
3
votes
3 answers

How do I configure WCF to use a custom Realm in URN format with Azure ACS?

How do I make my WCF client authenticate using the ACS to my internally hosted WCF service? The issue revolves around setting a custom Realm (which I can't figure out how to set.) My ACS is configured similar to the ACS Samples however the "Realm"…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448