Skip to content

Commit 16473b4

Browse files
committed
add scope entity to ClientName
1 parent 3c95448 commit 16473b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/client/product.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Resources:
6262
CognitoUserPoolClient:
6363
Type: AWS::Cognito::UserPoolClient
6464
Properties:
65-
ClientName: !Sub "${ClientName}@${ServerName}"
65+
ClientName: !Sub "${ClientName}@${ServerName}+${ScopeEntity}"
6666
UserPoolId: !Ref CognitoUserPoolId
6767
PreventUserExistenceErrors: ENABLED
6868
EnableTokenRevocation: true

0 commit comments

Comments
 (0)