47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
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
|
|
}
|
|
}
|
|
|