Can Amazon Cognito be used with LDAP?

Amazon Cognito supports OPENID auth and OATH. Is it possible to use LDAP for user authentication?

+3


source to share


2 answers


You can support any authentication system with Cognito, but you will need to use a slightly different authentication flow than existing public providers. Instead of calling Cognito directly from the device, you will need to create your own backend that will handle authentication and then call Cognito to establish trust with your identity.

See below for details:



+6


source


This question has been around for a few years now and Active Directory integration is now supported by AWS.



So, for those who find this, please refer to this post on the AWS Security Blog.

+1


source







All Articles