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

Requesting an OAuth access token using a SAML assertion

I'm attempting to retrieve an OAuth access token using a SAML assertion. I need the access token to hit a resource API in the backend. I'm currently posting a base64 url encoded SAML assertion. curly braces indicated redacted values var…
SirMrMa
  • 1
  • 1
0
votes
0 answers

How to login with facebook or link facebook account to current user in user pool

I am using cognito & node serverless framework in my app to manage users. I have been able to perform operations on cognito (Signup, Login etc) using amazon-cognito-identity-js. However I need to implement two features. Login with facebook Link…
0
votes
2 answers

AWS API Gateway with cognito authorization

Currently I'm developing serverless architecture where there are set of resources and methods in AWS API gateway. I plan to add Cognito authentication(user pool) and authorization as secure layer to AWS API gateway. There are 3 authorizer in AWS API…
0
votes
2 answers

Putting AWS federated user into separate IAM groups?

At my employer, we have an AWS account that uses SAML 2.0 to federate in your user access from the company SSO login to the AWS console. The net effect is that everyone has admin access. Is there a way to place federated users into different IAM…
BPS
  • 607
  • 8
  • 29
0
votes
0 answers

AWS Cognito User Pool Federation: User creation

Scenario I have an app with is currently responsible for its own user profiles. I am moving the authentication to an external identity provider. The identity provider is an enterprise solution and cannot contain app-specific data (such as which…
0
votes
1 answer

AWS MobileHub - Getting user profile details after logging in via GOOGLE and FB

I am using AWS Mobile Hub for iOS and wanted help getting user details by using AWS Cognito identity pools. For example after logging-in via Google and Facebook, along with the secret keys which Google and FB give, I also need the user-profile…
0
votes
1 answer

How federated Identity ID is populated and sent to IAM policies?

I want to know , from where this value is ${cognito-identity.amazonaws.com:sub} populated . I had checked in cognito Identity JWT token where sub will have username of cognito. I cant able to see federated ID any where in JWT Id token. I can only…
Private
  • 1,661
  • 1
  • 20
  • 51
0
votes
1 answer

aws-amplify authentication login timeout using AUTH angular

When using Aws-amplify how do i set the user login time out, Do i have to create a timeout mechanism with this -> i.e. a custom timeout then just log the user out. https://docs.angularjs.org/api/ng/service/$timeout Is this not a feature not sure…
Mbarrera
  • 1
  • 2
0
votes
1 answer

Prevent user from Single Sing On Office365/Gsuite

I have changed the authentication type for my domain (in google and office) from managed to federated authentication, in order to enable single sign on with third party. I want to create new users in (office/google) with normal authentication. Is it…
0
votes
1 answer

Sitecore and Identity Server 3 - Roles missing for authenticated users

I am trying to integrate a federated authentication / single sign on with Sitecore using Identity Server 3. Please note that I am not using Azure Active Directory in any way. I've been following these…
0
votes
1 answer

How to map social credentials with custom ones

My company has userbase of course, but I want to allow users to login and use my applications with their social accounts e.g. Outlook, Facebook, Gmail. Something that is usually not clear to me when I read resources on the Internet on the topic is…
nmrlqa4
  • 659
  • 1
  • 9
  • 32
0
votes
0 answers

Initiative Login AWS

Can we do initiative login in AWS. I am using IDP(Identity Provider) to access AWS Console. it means Authentication will be done by my IDP and according to that i'll provide the access on AWS Console, So my question is Suppose if user directly hit…
0
votes
1 answer

Alternatives to On-Premises ADFS

I need to test SAML federation for a web application that is protected by an in-house SSO solution that can federate in SAML. For testing purposes, I generally provision a Windows Server 2012 R2 server and configure ADDS and ADFS on it and then…
Varun
  • 1,014
  • 8
  • 23
0
votes
1 answer

Authenticating with AWS Cognito Federated Identities fails because user is not authenticated

I am adding proper authentication to an android app that calls AWS-Lambda. The app users will need to sign-up. The app should support public login providers, say Google+ or Facebook. For this purpose I figured I would use AWS Cognito with Federated…
mipnw
  • 2,135
  • 2
  • 20
  • 46
0
votes
1 answer

Google sign-in for websites - Invalid Request error

I am trying to follow the tutorial for Google Sign-in . I have copied Google's example exactly, but when I press the sign-in button, an "Invalid Request" error is reported. The Url for my page is…
Sean B. Durkin
  • 12,659
  • 1
  • 36
  • 65