From 8c1bd9c53ee3eedbc3b36db721bdbe6a0294f5f1 Mon Sep 17 00:00:00 2001 From: jay brown Date: Wed, 30 Apr 2025 11:08:03 -0700 Subject: [PATCH] change region --- console.created.client.txt | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 console.created.client.txt diff --git a/console.created.client.txt b/console.created.client.txt new file mode 100644 index 00000000..2cfebdb6 --- /dev/null +++ b/console.created.client.txt @@ -0,0 +1,46 @@ +aws --profile aarete --region us-east-2 cognito-idp describe-user-pool-client \ + --user-pool-id us-east-2_1y6po8rR8 \ + --client-id 552cqkf3640t39ncehkmgpce31 +{ + "UserPoolClient": { + "UserPoolId": "us-east-2_1y6po8rR8", + "ClientName": "doczy - development test v1 local", + "ClientId": "552cqkf3640t39ncehkmgpce31", + "ClientSecret": "aaknqeq9ajr07qjch4tkq38ulghvn2i8v7tn3d2fcv44uevfemf", + "LastModifiedDate": "2025-03-31T14:20:27.832000-07:00", + "CreationDate": "2025-03-20T11:32:21.467000-07:00", + "RefreshTokenValidity": 5, + "AccessTokenValidity": 60, + "IdTokenValidity": 60, + "TokenValidityUnits": { + "AccessToken": "minutes", + "IdToken": "minutes", + "RefreshToken": "days" + }, + "ExplicitAuthFlows": [ + "ALLOW_REFRESH_TOKEN_AUTH", + "ALLOW_USER_AUTH", + "ALLOW_USER_SRP_AUTH" + ], + "SupportedIdentityProviders": [ + "COGNITO" + ], + "CallbackURLs": [ + "http://localhost:8080/login-callback" + ], + "AllowedOAuthFlows": [ + "code" + ], + "AllowedOAuthScopes": [ + "email", + "openid", + "phone", + "profile" + ], + "AllowedOAuthFlowsUserPoolClient": true, + "PreventUserExistenceErrors": "ENABLED", + "EnableTokenRevocation": true, + "EnablePropagateAdditionalUserContextData": false + } +} +