Commit f32b2aea authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3162446 by Eli.Stone, fjgarlin, AaronBauman: Roles/groups not syncing

parent 072983bb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ class SingleSignOnBase {
        'api_key' => $this->api_key,
        'api_username' => $this->api_username,
      ],
		  RequestOptions::HEADERS => [
		    'api-key' => $this->api_key,
		    'api-username' => $this->api_username,
		  ],
      RequestOptions::HTTP_ERRORS => $this->http_errors,
    ];