How to achieve certificate based authentication with AWS Cognito?

Madhav

I am trying to use AWS Cognito as an authentication method for my cloud application. I didn't find any forum addressing this. If I am correct, AWS Cognito doesn't use public key certificates? Is there a workaround or a method to still get a Cognito public key certificate? Does anyone have a solution to my question how to achieve certificate-based authentication with AWS Cognito?

gusto2

AWS Cognito as an authentication method for my cloud application. . I didn't find any forum addressing this

I believe the the documentation is quite comprehensive. You can use AWS Cognito simple as an OAuth 2.0 IdP

AWS Cognito doesn't use public key certificates?

No, it doesn't

how to achieve certificate-based authentication with AWS Cognito?

You will need to federated the authentication with a provider, which does.

AWS Cognito can be federated using SAML with an external IdP (it is considered as an enterprise feature so it costs something, check the current pricing, I recall it was around $0.5 / MAU (monthly authenticated user) )

I am not sure if there is a cloud provider directly supporting X509 based user authentication, you may setup your own SAML based identity server (there are a few product supporting X509 authentication, from small and easy SimpleSAMLphp to full identity servers such as WSO2 Identitiy Server, ForgeRock IAM or your corporate AD)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How do AWS Cognito Authentication tokens refresh

How to ignore MFA Authentication in AWS Cognito

Authentication with Lambda and AWS Cognito

AWS Cognito Authentication in Reactjs

AWS Cognito HTTP authentication

AWS Cognito User Authentication

How to include TOTP MFA in AWS Cognito authentication process

Firebase authentication vs AWS Cognito

AWS Cognito authentication with Bearer token

Integrating AWS Cognito with API for authentication

Cognito Role Based Authentication Not working

How to create Cognito IdentityPool with Cognito UserPool as one of the Authentication provider using aws cdk?

How to authenticate user based on special condition in aws cognito

AWS API gateway authentication without using Cognito

Object is of type unknown with AWS Cognito authentication

AWS Cognito Amplify Authentication and Angular UI Components

React Native authentication and Subscribtion with AWS Cognito UserPools

AWS Cognito API Authentication flow SDKs

Custom Authentication flow with aws amplify cognito

AWS iOS SDK Cognito Developer Authentication (Swift)

AWS Cognito for Django3 + DRF Authentication

AWS Cognito error: Authentication delegate not set

Multi-Tenant Authentication with AWS Cognito

ios swift AWS cognito and Facebook Authentication

AWS Cognito Pre authentication get user data

How to achieve conditional PAM authentication?

How To: C# .net core API (APIGateway/Lambda) + Xamarin + Facebook authentication using AWS Cognito

how to use AWS cognito with custom authentication to create temporary s3 upload security token

How to make Pre-authentication service of ID/Refresh Token of aws Cognito using VueJS