Commit Graph

126 Commits

Author SHA1 Message Date
Akira Noda
90bdd72555
Admin: Using ruff format instead of black (#7502) 2024-03-21 19:17:29 -01:00
João Pedro Schmitt
18a392bd0a
Cognito: update UserLastModifiedDate when changing user attributes (#7464) 2024-03-14 22:10:35 -01:00
Ari Freyr Asgeirsson
25bc983df0
CognitoIDP: Add SMS_MFA support to admin_initiate_auth and respond_to_auth_challenge methods (#7379) 2024-02-22 19:44:52 -01:00
Bert Blommers
a54cb2937f
Techdebt: Remove ECDSA dependency (#7356) 2024-02-18 14:30:33 -01:00
Bert Blommers
588b50f5c1
CognitoIDP: Allow public actions even if IAM auth is enabled (#7331) 2024-02-10 09:53:45 -01:00
Bert Blommers
1f1e0caca3 Core: Add RequestId-header to all responses (#7210) 2024-01-27 19:38:09 +00:00
Bert Blommers
a7f3b367b4 Introduce mock_aws() (#7194) 2024-01-27 19:38:09 +00:00
Bert Blommers
f47080a420
CognitoIDP: ID-token now exposes custom attributes (#7212) 2024-01-13 22:05:45 -01:00
cm-iwata
b3fa9bbb08
CognitoIDP: fix no scopes in create_resource_server (#7163) (#7167) 2023-12-30 15:20:36 +01:00
Matus Faro
34a0c20d03
Add cognitoidp.admin_respond_to_auth_challenge (#7136) 2023-12-19 13:27:30 -01:00
Tharinda Seth Wijesekera
2b077a2cca
CognitoIDP: admin_initiate_auth() now correctly returns a Challenge when 2FA is enabled (#7129) 2023-12-17 11:25:13 -01:00
tungol
55c589072f
Admin: sorting imports with ruff (#7075) 2023-11-30 14:55:51 -01:00
komada
ad2d77a59c
CognitoIDP: Use default values for unspecified settings in update_user_pool (#6866) 2023-09-30 07:36:16 +00:00
João Pedro Schmitt
9a84423187
CognitoIDP: clean MFA settings capability and enable multiple MFA methods (#6853) 2023-09-26 17:45:40 +00:00
Paul
b6a582e624
Cognito-IDP describe_resource_server() and list_resource_servers() (#6717) 2023-08-24 19:09:38 +00:00
Bert Blommers
bc29ae2fc3
Techdebt: Update TF tests (#6661) 2023-08-21 20:33:16 +00:00
João Pedro Schmitt
c072bac9ee
CognitoIDP: user status FORCE_CHANGE_PASSWORD in USER_SRP_AUTH should require new password (#6698) 2023-08-18 20:37:01 +00:00
quirozs
39e57cc7a4
CognitoIDP: Deny login if user account is disabled (#6553) 2023-07-22 17:18:08 +00:00
Bert Blommers
39313ffc5b
Techdebt: Replace sure with regular asserts in Cognito (#6496) 2023-07-08 20:37:50 +00:00
Matthew Burke
bbb07b4e7e
Cognito: Validate password in NEW_PASSWORD_REQUIRED (#6174) 2023-04-05 16:15:30 +00:00
Bert Blommers
e70911fd35
CognitoIDP: ID-token has different key for username (#6056) 2023-03-12 09:19:33 -01:00
Adrián Tomás
dae4f4947e
Cognito: add groups to idToken (#5977) 2023-02-24 21:14:08 -01:00
Bert Blommers
8dcf2d33ed
CognitoIDP: Error when detecting a duplicate email (#5876) 2023-01-25 09:20:03 -01:00
Bert Blommers
27a2e42d9b
Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
Bert Blommers
bdef72d481
CognitoIDP: sign_out() should invalidate AccessToken (#5794) 2022-12-20 21:09:02 -01:00
Chih-Hsuan Yen
15d3cdb794
Techdebt: replace mock with unittest.mock (#5775) 2022-12-15 11:17:50 -01:00
Bert Blommers
c498c14ba3
CognitoIDP - Validate password using policy (#5768) 2022-12-14 08:39:50 -01:00
Chu Duc
ff1f420689
Cognito payload - Switch key name of "client_id" (#5708) 2022-11-25 20:06:12 -01:00
Bert Blommers
1a8ddc0f2b
Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
Mateusz Głowiński
8c9838cc8c
CognitoIDP: Replace email with username in cogntio JWT tokens (#5652) 2022-11-10 16:08:56 -01:00
Bert Blommers
aa7d68a688
Feature: Ability to seed Moto, and make random ID's deterministic (#5492) 2022-09-28 09:35:12 +00:00
Bert Blommers
837ad2cbb7
CognitoIDP - Handle login with unknown refresh-token gracefully (#5475) 2022-09-15 22:50:02 +00:00
Bert Blommers
3d913f8f15
MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
bspot
cc8f8fd805
cognito-idp - pagination for list_groups and list_users_in_group. (#5292) 2022-07-25 20:54:50 -03:00
Brian Pandola
2c544fe498
Add Domain to DescribeUserPool response (#5286) 2022-07-02 19:52:05 -07:00
Fedorenko Dmitrij
9640ec20d1
Stable cognito user pool (#5194) 2022-06-13 10:14:22 +00:00
Bert Blommers
0e3ac26068
CognitoIDP - allow respond_to_auth_challenge without Auth-header (#5133) 2022-05-13 19:45:05 +00:00
Bert Blommers
4a5c72d5ed
AdminInitiateAuth - return correct AccessToken for Refresh-scenario (#5109) 2022-05-09 08:41:29 +00:00
Bert Blommers
c2727a7c20
CognitoIDP - allow unauthenticated requests to GetUser (#5099) 2022-05-05 22:34:37 +00:00
Bert Blommers
1d87b90e75
CognitoIDP: update_group, global_sign_out, update_user_attributes (#5086) 2022-05-01 21:04:57 +00:00
Bert Blommers
8ad121282f
CognitoIDP - improve default UserPool response (#5074) 2022-04-29 10:50:33 +00:00
Bert Blommers
d60df32a25
Upgrade flake8 to 4.x (#5066) 2022-04-27 11:58:59 +00:00
Bert Blommers
10bd677cf2
Admin - enable more Pylint rules (#5037) 2022-04-18 20:44:56 +00:00
Bert Blommers
552385881c
CognitoIDP - allow unauthenticated request to sign_up (#5009) 2022-04-06 22:21:14 +00:00
Bert Blommers
29d01c35bc
Update Black + formatting (#4926) 2022-03-10 13:39:59 -01:00
mianowski
a4f58f0774
CognitoIdp fixes (#4518) 2022-03-10 13:38:43 -01:00
Sam Bolgert
790b5d5833
Add implementation for cognitoidp admin_set_user_mfa_preference (#4884) 2022-02-24 22:52:45 -01:00
Alastair McCormack
1ab00b48d7
Restrict initiate_auth and admin_initiate_auth AuthFlow (#4836) 2022-02-07 22:55:51 -01:00
Ed
00b10e33a3
Enhancement/cognitoidp add force change password challenge flow (#4740) 2022-01-06 19:34:05 -01:00
Burlutskiy Ivan
398c8af0b2
admin_user_global_sign_out works only once (#4717) 2021-12-27 19:18:02 -01:00