Commit Graph

146 Commits

Author SHA1 Message Date
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
b98c17552d
Techdebt: Type the Paginator-class (#7330) 2024-02-09 21:20:16 -01:00
Bert Blommers
dea4a98b64 Techdebt: Remove old/deprecated code (#7220) 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
Bert Blommers
0c7b02c0b5
Prep release 4.2.13 (#7193) 2024-01-06 14:32:19 -01:00
cm-iwata
b3fa9bbb08
CognitoIDP: fix no scopes in create_resource_server (#7163) (#7167) 2023-12-30 15:20:36 +01:00
Bert Blommers
f730d59229
Techdebt: Various improvements (#7154) 2023-12-22 13:01:57 -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
8a16a6a862
Techdebt: typing for backends (#7069) 2023-12-01 10:51:28 -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
komada
d88d5afda6
Cognito: Limit user pool ID to 55 characters (#6813) 2023-09-14 22:23:21 +00:00
Bert Blommers
60fd1a5cf2
Techdebt: Improve date handling across Moto (#6803) 2023-09-11 22:23:44 +00:00
Daniel Fangl
de44a85ed2
Fix usage of a single object instances for multiple concurrent requests (#6746) 2023-08-31 16:32:02 +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
e26cfe7dc6
Techdebt: MyPy: Remove unused ignores (#6542) 2023-07-20 15:46:54 +00:00
Bert Blommers
e2d3582471
Techdebt: MyPy U (#6265) 2023-04-29 10:40:11 +00:00
Matthew Burke
bbb07b4e7e
Cognito: Validate password in NEW_PASSWORD_REQUIRED (#6174) 2023-04-05 16:15:30 +00:00
Bartosz Janda
9f91ac0eb9
Cognito: Add missing double quota to special characters. (#6173) 2023-04-04 18:59:15 +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
opavliuk
7786bf3c23
CognitoIDP: fix REFRESH_TOKEN_AUTH flow in admin_initiate_auth() (#5872) 2023-01-24 14:27:46 -01:00
Bert Blommers
bdef72d481
CognitoIDP: sign_out() should invalidate AccessToken (#5794) 2022-12-20 21:09:02 -01:00
Bert Blommers
c498c14ba3
CognitoIDP - Validate password using policy (#5768) 2022-12-14 08:39:50 -01:00
aarushisoni
860d8bf4b7 CognitoIDP: Validate Password function is added (#5757) 2022-12-13 20:38:27 -01:00
Bert Blommers
08ed9038e7
Docs: CognitoIDP: Explain how to make a request to the JWKS uri (#5746) 2022-12-09 10:25:54 -01:00
Chu Duc
ff1f420689
Cognito payload - Switch key name of "client_id" (#5708) 2022-11-25 20:06:12 -01:00
Bert Blommers
222621fe94
Techdebt: Replace string-format with f-strings (for c* dirs) (#5656) 2022-11-11 09:57:17 -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
ea8718d402
TechDebt: Move BackendDict to base_backend (#5645) 2022-11-10 08:43:20 -01:00
Bert Blommers
78bf4a82d5
Techdebt: MyPy Cognito (#5626) 2022-11-01 09:33:01 -01:00
Bert Blommers
8e3f2331d4
Techdebt - Simplify some exceptions (#5567) 2022-10-16 12:06:23 +00: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
Dalibor
dbef197de8
CognitoIDP: fixed initiate_auth when refresing token (#5453) 2022-09-07 18:39:34 +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
Bert Blommers
d03891e805
Prep Release 3.1.14 (#5242) 2022-06-19 13:43:57 +00:00
Fedorenko Dmitrij
9640ec20d1
Stable cognito user pool (#5194) 2022-06-13 10:14:22 +00:00
Bert Blommers
a2c2c06243
Techdebt - Align models-responses integration for all services (#5207) 2022-06-09 17:40:22 +00:00
Bert Blommers
79a2a9d423
Preparation for MultiAccount support (#5157) 2022-06-04 11:30:16 +00:00