Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use Amazon Cognito with LDAP?

Amazon Cognito supports OPENID auth and OATH. Is it possible to use LDAP instead to authenticate the user?

like image 878
Yagna Avatar asked Nov 05 '14 19:11

Yagna


1 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 construct your own backend that will handle the authentication then call Cognito to establish the trust of your identity.

Please see the following for more details:

  • Amazon Cognito : Announcing Developer Authenticated Identities
  • Understanding Amazon Cognito Authentication Part 2: Developer Authenticated Identities
like image 146
Bob Kinney Avatar answered Sep 28 '22 04:09

Bob Kinney