Storefront Powershell SDK 2402

Get-STFAuthenticationServiceTokenService

Get token creation and validation configuration for external service

Syntax

Get-STFAuthenticationServiceTokenService [-AuthenticationService] <AuthenticationService> [[-RealmId] <String>] [[-ServiceName] <String>] [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Gets the Authentication service configuration that produces tokens for an external services and validates them.

Parameters

Name Description Required? Pipeline Input Default Value
AuthenticationService The authentication service to update true true (ByValue)  
RealmId Get the token service configuration by realm id false false  
ServiceName Get the token service configuration by service name false false  

Input Type

Citrix.StoreFront.Model.Authentication.AuthenticationService

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

System.String

Parameter RealmId: The .NET System.String reference type

System.String

Parameter ServiceName: The .NET System.String reference type

Return Values

TokenServicesConfiguration[]

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

Examples

EXAMPLE 1 Get Token Services for Secure Private Access using Realm Id

Get-STFAuthenticationTokenService -AuthenticationService $authService -Realm '9y7R3nDVkGgXMOJ9GnqVHZpscchhCqXksa7QpiHXXiYUVN0FZfRxdAqo57'
<!--NeedCopy-->

REMARKS

Get the configuration for StoreFront to produce and validate authentication tokens for Secure Private Access.

OUTPUT

RelyingParty                         TokenValidator                               TokenManager
------------                         --------------                               ------------
efbcf7ed-acdb-4ad5-9e8b-d1d9fbc5db8b                                              Authentication Token Producer
2e7217ee-46de-4ab2-8ddc-aadb02047046 default:2e7217ee-46de-4ab2-8ddc-aadb02047046 Default Token Validation Service
<!--NeedCopy-->
Get-STFAuthenticationServiceTokenService