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: docs/privilegesecure/4.2/accessmanagement/admin/configuration/authentication/samlconfiguration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The SAML Configuration wizard is opened with the **Configuration Wizard** button
10
10
Configuration > [Authentication Page](/docs/privilegesecure/4.2/accessmanagement/admin/configuration/authentication/authentication.md) for an SAML Authentication
Copy file name to clipboardExpand all lines: docs/privilegesecure/4.2/accessmanagement/admin/configuration/integrationconnector/integrationcyberark/cyberark.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Allows the rest call to skip the certificate check for the built-in check out st
19
19
Supply a PowerShell script block to be used for checking out password from CyberArk. The script
20
20
block will be called with two arguments. It is recommended to use a param() block as follows:
21
21
22
+
```powershell
22
23
param(
23
24
24
25
[Parameter(Mandatory = $true)]
@@ -30,6 +31,7 @@ $Options,
30
31
$Credential
31
32
32
33
)
34
+
```
33
35
34
36
The scriptblock must return the updated $Credential setting the Username, Domain and Password value
35
37
to the values that represent the information for the account checked out. The default implementation
0 commit comments