We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52592c7 commit f104aa4Copy full SHA for f104aa4
env-config/config.py
@@ -143,7 +143,7 @@
143
# Details about domain-wide-delegation https://developers.google.com/admin-sdk/directory/v1/guides/delegation
144
GOOGLE_DOMAIN_WIDE_DELEGATION_KEY_PATH = '' # path to service account key with enabled domain wide delegation
145
GOOGLE_ADMIN_ROLE_GROUP_NAME = '' # Google group name which should map to security-monkey role Admin
146
-GOOGLE_AUTH_API_METHOD = 'Directory' # alternative default behavior with: People
+GOOGLE_AUTH_API_METHOD = 'People' # alternative 'Directory' to use Google SSO against Directory API
147
GOOGLE_DOMAIN_WIDE_DELEGATION_SUBJECT = '' # perform google directory api calls as the this subject
148
149
OKTA_NAME = 'Okta' # Used to override the Okta name in the UI.
0 commit comments