From 06f8a6b1d17f918f8f1b5af8940d969a7970ccd6 Mon Sep 17 00:00:00 2001 From: jay brown Date: Wed, 30 Apr 2025 11:16:08 -0700 Subject: [PATCH] Revert "change region" This reverts commit 8c1bd9c53ee3eedbc3b36db721bdbe6a0294f5f1. --- console.created.client.txt | 46 -------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 console.created.client.txt diff --git a/console.created.client.txt b/console.created.client.txt deleted file mode 100644 index 2cfebdb6..00000000 --- a/console.created.client.txt +++ /dev/null @@ -1,46 +0,0 @@ -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 - } -} -