Connect-SentinelOneUserBySSO
SYNOPSIS
Redirects the login to SSO if SSO is enabled
SYNTAX
Connect-SentinelOneUserBySSO [-email <String>] [-scopeId <String>] [<CommonParameters>]
DESCRIPTION
The Connect-SentinelOneUserBySSO cmdlet redirects the login to SSO if SSO is enabled
If SSO is enabled for a deployment or scope, and a user attempts to log in with name and password, this command redirects the login to SSO.
EXAMPLES
EXAMPLE 1
Connect-SentinelOneUserBySSO -email me@sentinelone.com
Redirects the login to SSO if SSO is enabled
EXAMPLE 2
me@sentinelone.com | Connect-SentinelOneUserBySSO
Redirects the login to SSO if SSO is enabled
PARAMETERS
Email address of the user trying to log in.
Example: “me@sentinelone.com”.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-scopeId
The scope the desired SSO IdP is configured on. email is irrelevant when using scope_id. If both are provided, email is ignored.
Example: “225494730938493804”.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
As of 2022-11 Figure out how to test\use this