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 3e72627 commit 66c4f55Copy full SHA for 66c4f55
products/client/product.yaml
@@ -9,6 +9,9 @@ Parameters:
9
ClientName:
10
Type: String
11
Description: The name of the client
12
+ ServerName:
13
+ Type: String
14
+ Description: The name of the server
15
AllowedAuthScopes:
16
Type: CommaDelimitedList
17
Description: The allowed OAuth scopes
@@ -29,7 +32,7 @@ Resources:
29
32
CognitoUserPoolClient:
30
33
Type: AWS::Cognito::UserPoolClient
31
34
Properties:
- ClientName: !Ref ClientName
35
+ ClientName: !Sub "${ClientName}@${ServerName}"
36
UserPoolId: !Ref CognitoUserPoolId
37
PreventUserExistenceErrors: ENABLED
38
EnableTokenRevocation: true
0 commit comments