actions: disable sso assignment for now

This commit is contained in:
Jay Lee
2023-10-10 13:58:54 -04:00
committed by GitHub
parent c18cf75b4f
commit ec6f36cf82

View File

@@ -809,8 +809,8 @@ jobs:
echo "printer model count:" 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) 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 inboundssocredential profile "id:${ssoprofile}" generate_key
$gam create inboundssoassignment profile "id:${ssoprofile}" orgunit "${newou}" mode SAML_SSO #$gam create inboundssoassignment profile "id:${ssoprofile}" orgunit "${newou}" mode SAML_SSO
$gam delete inboundssoassignment "orgunit:${newou}" #$gam delete inboundssoassignment "orgunit:${newou}"
$gam delete inboundssoprofile "id:${ssoprofile}" $gam delete inboundssoprofile "id:${ssoprofile}"
$gam print printermodels | wc -l $gam print printermodels | wc -l
$gam print printers $gam print printers