简体   繁体   English

如何使用Java将用户注册到Amazon Cognito身份用户池

[英]How to register users to Amazon Cognito identity user pool by using Java

How to register users to Amazon Cognito identity user pool by using Java . 如何使用Java用户注册到Amazon Cognito身份用户池。 After following this link , I have done it by using javascipt , But I didn't find any way in Java 跟随此链接之后 ,我已经使用javascipt完成了此操作,但是我在Java找不到任何方法

You can register users in Cognito User Pools by using AWS Java SDK. 您可以使用AWS Java SDK在Cognito用户池中注册用户。 If you want to send them a welcome message and set a temporary password use the AdminCreateUser API. 如果要向他们发送欢迎消息并设置临时密码,请使用AdminCreateUser API。 Otherwise you can use SignUp API. 否则,您可以使用SignUp API。

Signup is generally meant to be used from client side (frontend, native apps etc) and AdminCreateUser from your backend. 通常,应从客户端(前端,本机应用等)使用注册,并从后端使用AdminCreateUser。 Let us know your use case and we will be happy to help with any questions you have. 让我们知道您的用例,我们将很乐意为您解决任何问题。

Best, Rachit 最好,拉奇特

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 用户身份池使用Amazon Cognito对用户进行身份验证-Java SDK - User Identity Pool Authenticate user with Amazon Cognito - Java SDK 如何使用适用于Java的Amazon Cognito身份SDK访问用户池 - How to Access User Pools using the Amazon Cognito Identity SDK for Java 如何使用AWS Lambda Java功能注册`Amazon Cognito`用户? - How to register `Amazon Cognito` users with an AWS Lambda Java function? Amazon Cognito开发人员使用Java SDK验证身份 - Amazon Cognito developer authenticated identity with Java SDK JAVA- AWS Cognito - 检查 Cognito 用户池中是否存在用户 - JAVA- AWS Cognito -Check if a user exists in Cognito User pool Amazon Cognito:找不到身份 - Amazon cognito: identity not found 如何以编程方式为 Java 中 AWS Cognito 用户池中的登录用户启用或禁用 MFA? - How to programmatically enable or disable MFA for a logged user in AWS Cognito user pool in Java? Amazon Web Services (AWS) Cognito 错误“令牌不是来自此身份池的受支持提供商。” - Amazon Web Services (AWS) Cognito error "Token is not from a supported provider of this identity pool." Cognito 用户池:在 aws cognito java sdk 中 accessToken 过期后,如何使用 refreshToken 获取新的 accessToken? - Cognito user pool: How to use refreshToken to get new accessToken after accessToken gets expired in aws cognito java sdk? Amazon Cognito 中的用户角色 - User Roles in Amazon Cognito
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM