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
2
votes
0 answers

Unity Cross Platform Third Party Login with AWS Cognito Hosted UI

I'm trying to build a login scene for my app. Using AWS Cognito user pools I have managed to build a generic sample of code which handles the code exchange for login through Google and Facebook through a URL provided from the hosted UI. For…
2
votes
1 answer

Custom Authentication flow with aws amplify cognito

I want to create a custom signup Authentication Flow in aws amplify cognito service What i Have 1.Enter Username 2.Enter Password 3.Verify user with Otp (Phone Number)/Confirmation Code (email) What i want 1.Enter Username 2.Enter Otp/Confirmation…
2
votes
0 answers

Amplify - Federated Sign In - Failed to get user from user pool

I'm working on a react-native / Expo app using Amplify with Cognito for Authentication and Authorization. I have configured Federated Sign On for Facebook and Google+ using the amplify CLI. I am not using the hosted UI, I have created my own login…
2
votes
1 answer

Passing code challenge to Cognito Federated Identiy via Amplify [Okta]

I Integrated Cognito Userpool with Federated Identity [Okta - As Secure Web Authentication]. The flows works fine with Authorization Code Flow without PKCE (Using Amplify with Angular). Created a similar app as SPA(in Okta), to enable PKCE and…
Arjun Sunil Kumar
  • 1,781
  • 3
  • 28
  • 46
2
votes
1 answer

Advantages of Decentralized ID (DID) over federated identity

The Decentralized ID (DID) standard is currently being developed by the W3C (see here). What are the advantages and disadvantages of this new standard compared to existing federated identity authentication mechanisms such as OpenID and SAML? Why…
Sigmatics
  • 615
  • 4
  • 17
2
votes
1 answer

How allow unathenticated users (guess) to access to aws appsync?

I got a client API in aws appsync. Currently it has AMAZON_COGNITO_USER_POOLS Authorization, but I would like to allow unauthenticated users to access to some resources inside the GraphQL API. I am looking for some alternatives that does not include…
2
votes
1 answer

How to configure Google SSO to only accept email addresses with specific domain?

I am using AWS Cognito and Amplify. Through Cognito, I am using Google as a federated identity provider. How can I configure it so that only users with email addresses with a specific domain can sign-in through Google? And is it possible to specify…
2
votes
2 answers

IdentityServer 4 Multiple external Active Directory providers

I've found myself before a task I don't even know where to start. So basically I have a working IS4 auth server which has been serving my App and API for some time, and it works great. Our solution supports regular user registration/login and also…
2
votes
1 answer

Moving from ADFS to the Geneva Framework

My company is in need of a federated identity solution, and being a Microsoft shop, we're looking to use MS technologies to accomplish this goal. We don't have Server 2008 or .NET 3.5 in production, so we're limited to a .NET 2.0/Server 2003-based…
2
votes
1 answer

AWS cognito: getCredentials not working

Im in the process of learning to use AWS Cognito. I have set up a userpool and a identity pool. Code (simplified): cognitoUser.authenticateUser(authenticationDetails, { onSuccess: (result) => { let cognitoGetUser =…
Vingtoft
  • 13,368
  • 23
  • 86
  • 135
2
votes
1 answer

Asp.net core authentication with ADFS.change the button name from {wsfederation} to my preferred name

I am trying to change the button name {wsfederation} that comes as the default when you enable adfs on asp.net core application as shown on the following doc…
John Gathairu
  • 35
  • 1
  • 7
2
votes
0 answers

AWS Cognito Federated Identities, User Registration and DynamoDB

I wonder if anyone can help. I'm trying to plan the AWS services that I'll need, and how they hang together, for a web application I'm planning. Specifically I'm thinking about the user registration and login process using Cognito and…
2
votes
1 answer

Single Sign on in AWS API Gateway

We have written a microservice in Amazon Web Service(AWS) and linked it to an API Gateway. This microservice is going to be used within our organisation and we want to secure it in such a way that only the users within our organisation can access…
2
votes
1 answer

AWS federated login name

1) I was successfully able to create a federated login using ADFS, Shibboleth, cognito and Auth0. In all the identity providers I used the login name shows the IAM role/ Username like the following screenshot screenshot1 While the aim is to show…
2
votes
1 answer

How do you allow new user registration and sign up through a third party, like Facebook, using AWS Cognito?

In my Angular/NodeJS app, I'm currently using AWS Cognito to manage my users. It lets users register with their email address, and sign in with their email and password. I would like to allow users to register and sign in using third parties, like…
CodyBugstein
  • 21,984
  • 61
  • 207
  • 363