[ aws . cognito-idp ]
Updates the specified user pool app client with the specified attributes. You can get a list of the current user pool app client settings using DescribeUserPoolClient .
Warning
If you don’t provide a value for an attribute, it will be set to the default value.
You can also use this operation to enable token revocation for user pool clients. For more information about revoking tokens, see RevokeToken .
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
update-user-pool-client
--user-pool-id <value>
--client-id <value>
[--client-name <value>]
[--refresh-token-validity <value>]
[--access-token-validity <value>]
[--id-token-validity <value>]
[--token-validity-units <value>]
[--read-attributes <value>]
[--write-attributes <value>]
[--explicit-auth-flows <value>]
[--supported-identity-providers <value>]
[--callback-urls <value>]
[--logout-urls <value>]
[--default-redirect-uri <value>]
[--allowed-o-auth-flows <value>]
[--allowed-o-auth-scopes <value>]
[--allowed-o-auth-flows-user-pool-client | --no-allowed-o-auth-flows-user-pool-client]
[--analytics-configuration <value>]
[--prevent-user-existence-errors <value>]
[--enable-token-revocation | --no-enable-token-revocation]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--user-pool-id
(string)
The user pool ID for the user pool where you want to update the user pool client.
--client-id
(string)
The ID of the client associated with the user pool.
--client-name
(string)
The client name from the update user pool client request.
--refresh-token-validity
(integer)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
--access-token-validity
(integer)
The time limit, after which the access token is no longer valid and cannot be used.
--id-token-validity
(integer)
The time limit, after which the ID token is no longer valid and cannot be used.
--token-validity-units
(structure)
The units in which the validity times are represented in. Default for RefreshToken is days, and default for ID and access tokens are hours.
AccessToken -> (string)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in AccessTokenValidity, defaults to hours.
IdToken -> (string)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in IdTokenValidity, defaults to hours.
RefreshToken -> (string)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in RefreshTokenValidity, defaults to days.
Shorthand Syntax:
AccessToken=string,IdToken=string,RefreshToken=string
JSON Syntax:
{
"AccessToken": "seconds"|"minutes"|"hours"|"days",
"IdToken": "seconds"|"minutes"|"hours"|"days",
"RefreshToken": "seconds"|"minutes"|"hours"|"days"
}
--read-attributes
(list)
The read-only attributes of the user pool.
(string)
Syntax:
"string" "string" ...
--write-attributes
(list)
The writeable attributes of the user pool.
(string)
Syntax:
"string" "string" ...
--explicit-auth-flows
(list)
The authentication flows that are supported by the user pool clients. Flow names without the
ALLOW_
prefix are deprecated in favor of new names with theALLOW_
prefix. Note that values withALLOW_
prefix cannot be used along with values withoutALLOW_
prefix.Valid values include:
ALLOW_ADMIN_USER_PASSWORD_AUTH
: Enable admin based user password authentication flowADMIN_USER_PASSWORD_AUTH
. This setting replaces theADMIN_NO_SRP_AUTH
setting. With this authentication flow, Cognito receives the password in the request instead of using the SRP (Secure Remote Password protocol) protocol to verify passwords.
ALLOW_CUSTOM_AUTH
: Enable Lambda trigger based authentication.
ALLOW_USER_PASSWORD_AUTH
: Enable user password-based authentication. In this flow, Cognito receives the password in the request instead of using the SRP protocol to verify passwords.
ALLOW_USER_SRP_AUTH
: Enable SRP based authentication.
ALLOW_REFRESH_TOKEN_AUTH
: Enable authflow to refresh tokens.(string)
Syntax:
"string" "string" ...
Where valid values are:
ADMIN_NO_SRP_AUTH
CUSTOM_AUTH_FLOW_ONLY
USER_PASSWORD_AUTH
ALLOW_ADMIN_USER_PASSWORD_AUTH
ALLOW_CUSTOM_AUTH
ALLOW_USER_PASSWORD_AUTH
ALLOW_USER_SRP_AUTH
ALLOW_REFRESH_TOKEN_AUTH
--supported-identity-providers
(list)
A list of provider names for the identity providers that are supported on this client.
(string)
Syntax:
"string" "string" ...
--callback-urls
(list)
A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint .
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
(string)
Syntax:
"string" "string" ...
--logout-urls
(list)
A list of allowed logout URLs for the identity providers.
(string)
Syntax:
"string" "string" ...
--default-redirect-uri
(string)
The default redirect URI. Must be in the
CallbackURLs
list.A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint .
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
--allowed-o-auth-flows
(list)
The allowed OAuth flows.
Set to
code
to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint.Set to
implicit
to specify that the client should get the access token (and, optionally, ID token, based on scopes) directly.Set to
client_credentials
to specify that the client should get the access token (and, optionally, ID token, based on scopes) from the token endpoint using a combination of client and client_secret.(string)
Syntax:
"string" "string" ...
Where valid values are:
code
implicit
client_credentials
--allowed-o-auth-scopes
(list)
The allowed OAuth scopes. Possible values provided by OAuth are:
phone
,openid
, andprofile
. Possible values provided by Amazon Web Services are:aws.cognito.signin.user.admin
. Custom scopes created in Resource Servers are also supported.(string)
Syntax:
"string" "string" ...
--allowed-o-auth-flows-user-pool-client
| --no-allowed-o-auth-flows-user-pool-client
(boolean)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
--analytics-configuration
(structure)
The Amazon Pinpoint analytics configuration for collecting metrics for this user pool.
Note
In regions where Pinpoint is not available, Cognito User Pools only supports sending events to Amazon Pinpoint projects in us-east-1. In regions where Pinpoint is available, Cognito User Pools will support sending events to Amazon Pinpoint projects within that same region.
ApplicationId -> (string)
The application ID for an Amazon Pinpoint application.
ApplicationArn -> (string)
The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project for Pinpoint integration with the chosen User Pool Client. Amazon Cognito publishes events to the pinpoint project declared by the app ARN.
RoleArn -> (string)
The ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.
ExternalId -> (string)
The external ID.
UserDataShared -> (boolean)
If
UserDataShared
istrue
, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.
Shorthand Syntax:
ApplicationId=string,ApplicationArn=string,RoleArn=string,ExternalId=string,UserDataShared=boolean
JSON Syntax:
{
"ApplicationId": "string",
"ApplicationArn": "string",
"RoleArn": "string",
"ExternalId": "string",
"UserDataShared": true|false
}
--prevent-user-existence-errors
(string)
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account confirmation, and password recovery when the user does not exist in the user pool. When set to
ENABLED
and the user does not exist, authentication returns an error indicating either the username or password was incorrect, and account confirmation and password recovery return a response indicating a code was sent to a simulated destination. When set toLEGACY
, those APIs will return aUserNotFoundException
exception if the user does not exist in the user pool.Valid values include:
ENABLED
- This prevents user existence-related errors.
LEGACY
- This represents the old behavior of Cognito where user existence related errors are not prevented.Note
After February 15th 2020, the value of
PreventUserExistenceErrors
will default toENABLED
for newly created user pool clients if no value is provided.Possible values:
LEGACY
ENABLED
--enable-token-revocation
| --no-enable-token-revocation
(boolean)
Enables or disables token revocation. For more information about revoking tokens, see RevokeToken .
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
See ‘aws help’ for descriptions of global parameters.
To update a user pool client
This example updates the name of a user pool client. It also adds a writeable attribute “nickname”.
Command:
aws cognito-idp update-user-pool-client --user-pool-id us-west-2_aaaaaaaaa --client-id 3n4b5urk1ft4fl3mg5e62d9ado --client-name "NewClientName" --write-attributes "nickname"
Output:
{
"UserPoolClient": {
"UserPoolId": "us-west-2_aaaaaaaaa",
"ClientName": "NewClientName",
"ClientId": "3n4b5urk1ft4fl3mg5e62d9ado",
"LastModifiedDate": 1548802761.334,
"CreationDate": 1548178931.258,
"RefreshTokenValidity": 30,
"WriteAttributes": [
"nickname"
],
"AllowedOAuthFlowsUserPoolClient": false
}
}
UserPoolClient -> (structure)
The user pool client value from the response from the server when an update user pool client request is made.
UserPoolId -> (string)
The user pool ID for the user pool client.
ClientName -> (string)
The client name from the user pool request of the client type.
ClientId -> (string)
The ID of the client associated with the user pool.
ClientSecret -> (string)
The client secret from the user pool request of the client type.
LastModifiedDate -> (timestamp)
The date the user pool client was last modified.
CreationDate -> (timestamp)
The date the user pool client was created.
RefreshTokenValidity -> (integer)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
AccessTokenValidity -> (integer)
The time limit, specified by tokenValidityUnits, defaulting to hours, after which the access token is no longer valid and cannot be used.
IdTokenValidity -> (integer)
The time limit, specified by tokenValidityUnits, defaulting to hours, after which the refresh token is no longer valid and cannot be used.
TokenValidityUnits -> (structure)
The time units used to specify the token validity times of their respective token.
AccessToken -> (string)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in AccessTokenValidity, defaults to hours.
IdToken -> (string)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in IdTokenValidity, defaults to hours.
RefreshToken -> (string)
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in RefreshTokenValidity, defaults to days.
ReadAttributes -> (list)
The Read-only attributes.
(string)
WriteAttributes -> (list)
The writeable attributes.
(string)
ExplicitAuthFlows -> (list)
The authentication flows that are supported by the user pool clients. Flow names without the
ALLOW_
prefix are deprecated in favor of new names with theALLOW_
prefix. Note that values withALLOW_
prefix cannot be used along with values withoutALLOW_
prefix.Valid values include:
ALLOW_ADMIN_USER_PASSWORD_AUTH
: Enable admin based user password authentication flowADMIN_USER_PASSWORD_AUTH
. This setting replaces theADMIN_NO_SRP_AUTH
setting. With this authentication flow, Cognito receives the password in the request instead of using the SRP (Secure Remote Password protocol) protocol to verify passwords.
ALLOW_CUSTOM_AUTH
: Enable Lambda trigger based authentication.
ALLOW_USER_PASSWORD_AUTH
: Enable user password-based authentication. In this flow, Cognito receives the password in the request instead of using the SRP protocol to verify passwords.
ALLOW_USER_SRP_AUTH
: Enable SRP based authentication.
ALLOW_REFRESH_TOKEN_AUTH
: Enable authflow to refresh tokens.(string)
SupportedIdentityProviders -> (list)
A list of provider names for the identity providers that are supported on this client.
(string)
CallbackURLs -> (list)
A list of allowed redirect (callback) URLs for the identity providers.
A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint .
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
(string)
LogoutURLs -> (list)
A list of allowed logout URLs for the identity providers.
(string)
DefaultRedirectURI -> (string)
The default redirect URI. Must be in the
CallbackURLs
list.A redirect URI must:
Be an absolute URI.
Be registered with the authorization server.
Not include a fragment component.
See OAuth 2.0 - Redirection Endpoint .
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
App callback URLs such as myapp://example are also supported.
AllowedOAuthFlows -> (list)
The allowed OAuth flows.
Set to
code
to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint.Set to
implicit
to specify that the client should get the access token (and, optionally, ID token, based on scopes) directly.Set to
client_credentials
to specify that the client should get the access token (and, optionally, ID token, based on scopes) from the token endpoint using a combination of client and client_secret.(string)
AllowedOAuthScopes -> (list)
The allowed OAuth scopes. Possible values provided by OAuth are:
phone
,openid
, andprofile
. Possible values provided by Amazon Web Services are:aws.cognito.signin.user.admin
. Custom scopes created in Resource Servers are also supported.(string)
AllowedOAuthFlowsUserPoolClient -> (boolean)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
AnalyticsConfiguration -> (structure)
The Amazon Pinpoint analytics configuration for the user pool client.
Note
Cognito User Pools only supports sending events to Amazon Pinpoint projects in the US East (N. Virginia) us-east-1 Region, regardless of the region in which the user pool resides.
ApplicationId -> (string)
The application ID for an Amazon Pinpoint application.
ApplicationArn -> (string)
The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project for Pinpoint integration with the chosen User Pool Client. Amazon Cognito publishes events to the pinpoint project declared by the app ARN.
RoleArn -> (string)
The ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.
ExternalId -> (string)
The external ID.
UserDataShared -> (boolean)
If
UserDataShared
istrue
, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.PreventUserExistenceErrors -> (string)
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account confirmation, and password recovery when the user does not exist in the user pool. When set to
ENABLED
and the user does not exist, authentication returns an error indicating either the username or password was incorrect, and account confirmation and password recovery return a response indicating a code was sent to a simulated destination. When set toLEGACY
, those APIs will return aUserNotFoundException
exception if the user does not exist in the user pool.Valid values include:
ENABLED
- This prevents user existence-related errors.
LEGACY
- This represents the old behavior of Cognito where user existence related errors are not prevented.Note
After February 15th 2020, the value of
PreventUserExistenceErrors
will default toENABLED
for newly created user pool clients if no value is provided.EnableTokenRevocation -> (boolean)
Indicates whether token revocation is enabled for the user pool client. When you create a new user pool client, token revocation is enabled by default. For more information about revoking tokens, see RevokeToken .