You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/StorageGRID-Webscale.psm1
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4534,8 +4534,6 @@ function global:Disconnect-SgwServer {
4534
4534
A System.Management.Automation.PSCredential object containing the credentials needed to log into the StorageGRID admin node.
4535
4535
.PARAMETER SkipCertificateCheck
4536
4536
If the StorageGRID admin node certificate cannot be verified, the connection will fail. Specify -SkipCertificateCheck to skip the validation of the StorageGRID admin node certificate.
4537
-
.PARAMETER AccountId
4538
-
Account ID of the StorageGRID tenant to connect to.
4539
4537
#>
4540
4538
function global:Invoke-SgwServerSsoAuthentication {
4541
4539
[CmdletBinding()]
@@ -4573,7 +4571,12 @@ function global:Invoke-SgwServerSsoAuthentication {
4573
4571
4574
4572
Write-Verbose "Retrieving SAML identity provider URI from StorageGRID admin node"
0 commit comments