Skip to main content

Test-MtEidscaAP09

SYNOPSIS

Checks if Default Authorization Settings - Risk-based step-up consent is set to 'false'

SYNTAX

Test-MtEidscaAP09 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Indicates whether user consent for risky apps is allowed. For example, consent requests for newly registered multi-tenant apps that are not publisher verified and require non-basic permissions are considered risky.

Queries policies/authorizationPolicy and returns the result of graph/policies/authorizationPolicy.allowUserConsentForRiskyApps -eq 'false'

EXAMPLES

EXAMPLE 1

Test-MtEidscaAP09

Returns the result of graph.microsoft.com/beta/policies/authorizationPolicy.allowUserConsentForRiskyApps -eq 'false'

PARAMETERS

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

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

System.Boolean

NOTES