From ec6f36cf82dcce0ff797eb7f9e75baa2e3391721 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 10 Oct 2023 13:58:54 -0400 Subject: [PATCH] actions: disable sso assignment for now --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf7d3050..8ba6dde0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -809,8 +809,8 @@ jobs: echo "printer model count:" ssoprofile=$($gam create inboundssoprofile name "El Goog ${newbase}" loginurl https://www.google.com logouturl https://www.google.com changepasswordurl https://www.google.com entityid ElGoog return_name_only) $gam create inboundssocredential profile "id:${ssoprofile}" generate_key - $gam create inboundssoassignment profile "id:${ssoprofile}" orgunit "${newou}" mode SAML_SSO - $gam delete inboundssoassignment "orgunit:${newou}" + #$gam create inboundssoassignment profile "id:${ssoprofile}" orgunit "${newou}" mode SAML_SSO + #$gam delete inboundssoassignment "orgunit:${newou}" $gam delete inboundssoprofile "id:${ssoprofile}" $gam print printermodels | wc -l $gam print printers