We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c95448 commit 16473b4Copy full SHA for 16473b4
products/client/product.yaml
@@ -62,7 +62,7 @@ Resources:
62
CognitoUserPoolClient:
63
Type: AWS::Cognito::UserPoolClient
64
Properties:
65
- ClientName: !Sub "${ClientName}@${ServerName}"
+ ClientName: !Sub "${ClientName}@${ServerName}+${ScopeEntity}"
66
UserPoolId: !Ref CognitoUserPoolId
67
PreventUserExistenceErrors: ENABLED
68
EnableTokenRevocation: true
0 commit comments