Citrix StoreFront SDK PowerShell Modules

Get-STFEntraIdSettings

Returns the settings that represent the configuration for Entra ID from the provided authentication service

Syntax

Get-STFEntraIdSettings [-AuthenticationService] <AuthenticationService> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Returns the settings that represent the configuration for Entra ID from the provided authentication service

Parameters

Name Description Required? Pipeline Input Default Value
AuthenticationService Authentication service to inspect true true (ByValue)  

Input Type

Citrix.StoreFront.Model.Authentication.AuthenticationService

Parameter AuthenticationService: A .NET class representing the configuration of a StoreFront Authentication service

Return Values

EntraIDSettings

The .NET Citrix.StoreFront.Model.Authentication.EntraIDSettings reference type

Examples

EXAMPLE 1 Get the configuration settings responsible for EntraID from an authentication service

Get-STFEntraIdSettings (Get-STFAuthenticationService)
<!--NeedCopy-->

REMARKS

Get the Entra ID settings for the provided authentication service

Get-STFEntraIdSettings