Skip to content

Commit f104aa4

Browse files
Changed default for GOOGLE_AUTH_API_METHOD
1 parent 52592c7 commit f104aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env-config/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
# Details about domain-wide-delegation https://developers.google.com/admin-sdk/directory/v1/guides/delegation
144144
GOOGLE_DOMAIN_WIDE_DELEGATION_KEY_PATH = '' # path to service account key with enabled domain wide delegation
145145
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
146+
GOOGLE_AUTH_API_METHOD = 'People' # alternative 'Directory' to use Google SSO against Directory API
147147
GOOGLE_DOMAIN_WIDE_DELEGATION_SUBJECT = '' # perform google directory api calls as the this subject
148148

149149
OKTA_NAME = 'Okta' # Used to override the Okta name in the UI.

0 commit comments

Comments
 (0)