You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Credentials to log into Google (content of credentials.json)
14
+
Description: Google Workspaces Credentials File, to log into Google (content of credentials.json)
11
15
Type: String
12
16
NoEcho: true
13
17
GoogleAdminEmail:
14
18
Description: Google Workspaces Admin email
15
19
Type: String
16
20
NoEcho: true
21
+
WIFServiceAccountEmail:
22
+
Description: Workload Identity Federation, the email address of service account used to impersonate a user using
23
+
Type: String
24
+
NoEcho: true
25
+
WIFClientLibraryConfig:
26
+
Description: Workload Identity Federation, the client library config file for the provider (AWS Account) (contents of clientLibraryConfig-provider.json)
27
+
Type: String
28
+
NoEcho: true
17
29
SCIMEndpointUrl:
18
30
Description: AWS IAM Identity Center SCIM Endpoint Url
Description: AWS IAM Identity Center SCIM AccessToken
23
36
Type: String
24
37
NoEcho: true
25
-
Region:
26
-
Description: Region in which IAM Identity Center is deployed
27
-
Type: String
28
38
IdentityStoreId:
29
39
Description: The Id of the Identity Store for the AWS IAM Identity Center instance see (settings page)
30
40
Type: String
41
+
AllowedPattern: "d-[1-z0-9]{10}"
31
42
32
43
33
44
Metadata:
34
45
AWS::CloudFormation::Interface:
35
46
ParameterGroups:
36
47
- Label:
37
-
default: Google Workspace
48
+
default: Google Authentication Method
49
+
Parameters:
50
+
- GoogleAuthMethod
51
+
- Label:
52
+
default: Parameters for Google Credentials based authentication, required if either Google Credentials or Both have been selected for Google Authentication Method
38
53
Parameters:
39
54
- GoogleAdminEmail
40
55
- GoogleCredentials
56
+
- Label:
57
+
default: Parameters for Workload Identity Federation based authentication, required if either Workload Identity Federation or Both have been selected for Google Authentication Method
58
+
Parameters:
59
+
- WIFServiceAccountEmail
60
+
- WIFClientLibraryConfig
41
61
- Label:
42
-
default: AWS SSO
62
+
default: AWS IAM Identity Center
43
63
Parameters:
44
64
- SCIMEndpointUrl
45
65
- SCIMEndpointAccessToken
66
+
- IdentityStoreId
46
67
47
68
ParameterLabels:
69
+
GoogleAuthMethod:
70
+
default: "Which Google Auth Methods do you want to test with?"
48
71
GoogleCredentials:
49
72
default: "contents of credentials.json"
50
73
GoogleAdminEmail:
51
74
default: "admin@WorkspaceDomain"
75
+
WIFServiceAccountEmail:
76
+
default: "service-account@@WorkspaceDomain"
77
+
WIFClientLibraryConfig:
78
+
default: "contents of clientLibraryConfig-provider.json"
0 commit comments