cognito

AWS Cognito - reset user MFA

走远了吗. 提交于 2019-12-13 13:03:14
问题 I have a Cognito user pool which has MFA set to Required with TOTP only (i.e. no SMS). My question is how do I reset the MFA for a user? For example what if the user loses his phone so he doesn't have anyway to login. I have tried reset password but that only resets the password, it doesn't remove the MFA. At the bottom of this AWS documentation, it says NOTE A delete TOTP software token operation is not currently available in the API. This functionality is planned for a future release. Use

Cognito User Pool custom attributes do not show up in the ID token if user pool is configured with a SAML identity provider

筅森魡賤 提交于 2019-12-11 03:25:35
问题 According to the documentation, the ID token (a JWT token) created by Cognito upon user authentication is also supposed to contain the custom attributes defined for the user's User Pool. It seems that when the User Pool is configured with a SAML identity provider, the ID token does not contain those custom attributes of the user pool, but only the Cognito attributes which are mapped from the SAML token. Note: the custom attribute is already configured when the user pool is created, therefore

Cloudformation Cognito - how to setup App Client Settings, Domain, and Federated Identities via SAM template

天大地大妈咪最大 提交于 2019-12-03 04:15:48
问题 I already have my cognito user pool cloudformation template working, and have it integrated to my api gateway. But somehow i still have to manually configure the app client settings, domain, and federated identities to have a working login portal for the users. I have been looking here and there for possible solutions in automating these, but i cannot seem to find anything close to it. I would like to automate the configuration of the app client settings, domain, and federated identities via

Cloudformation Cognito - how to setup App Client Settings, Domain, and Federated Identities via SAM template

南笙酒味 提交于 2019-12-02 17:34:53
I already have my cognito user pool cloudformation template working, and have it integrated to my api gateway. But somehow i still have to manually configure the app client settings, domain, and federated identities to have a working login portal for the users. I have been looking here and there for possible solutions in automating these, but i cannot seem to find anything close to it. I would like to automate the configuration of the app client settings, domain, and federated identities via cloudformation sam template so i do not have to do these manually. Any suggestions are much appreciated