Is there any way to implement passwordless auth with aws cognito and without the use of amplify and triggers - amazon-cognito

I want to create a web app where only admin can create a user either using email/phone_number. after which user can login with passwordless auth. If the user does not exist in the user pool and tries to login then login should be denied. Is there any way to do it.

Related

Authenticate JBPM using AWS Cognito

I need to authenticate users into JBPM through AWS Cognito, There is a Login-Client-JavaScript-SDK, by which a user can log in with their username and password, so the problem is, how to integrate this with JBPM, JBPM has its own UI for login.
I have seen that it is possible to connect JBPM to any AD for authentication. But, is there any way to redirect the user onto the Cognito login from JBPM, and after successful login redirect that to JBPM, for logout too, it should log out in Cognito and come back to the JBPM login page again.
JBPM also provides integration with Keycloak for SSO, can we do it using that? any example/blog would suffice.

Skip cognito hosted ui and use custom ui for social login

I am trying to bypass Cognito's hosted UI and have my custom UI for social login, I used Amplify for creating user with username and password, but for user creation using social login documentation says to use Cognito Hosted UI, is there a way to create user pool without using Cognito's Hosted UI.
I tried to build my own but after receiving code from google on redirect I don't know how to create data in Cognito's user pool

Why All LDAP users are able to login into web Application

We have HPE UOC web application which is integrated with Keycloak for authentication. Further more Keycloak is getting synced via available function (auto-sync).
Apparently this web app don't have any functionality to restrict the all users of LDAP getting logged in. like (unable/disable user)
Every user on LDAP can successfully login into web app. we want to restrict the user which don't use this web app. so that only authorized (we granted access to) users can login.
Is there any way to create some policy on Keycloak level so that we can achieve this functionality ? or some other way to restrict all user from LDAP ?

Google login to vuejs application using aws cognito user pools

I have simple vuejs application and I use vue-google-signin-button plugin to login via google. That works correctly.
To login by user name and password I use aws cognito user pools. Which also works.
Is it possible to login via google and store logged in user in to user pool? I checked plenty of aws manuals but I haven't found such option.
Thanks

How can I authenticate a user from my user pool in Cognito using the Unity SDK?

I can't see how to authenticate a user using the AWS backend instead of a developer as shown here: http://docs.aws.amazon.com/cognito/latest/developerguide/developer-authenticated-identities.html
I want to login to the user accounts I created in my user pools in the Cognito dashboard. Anyone know how to log into a specific user identity in the Unity SDK?
The link you provided is for developer authenticated identities on Federate Identities which is different than the user accounts you have created in the User Pools.
In User Pools console you can go to the Users tab and see the user data. If you have created the users, you can use the credentials you set at creation to login to the user account.