StoreFront 1912 LTSR reached end-of-life on 18-Dec-2024. It is recommended that you upgrade to a newer version of StoreFront.

X

Citrix StoreFront SDK PowerShell Modules

Remove-STFAuthenticationServiceTokenService

Remove token creation and validation configuration for external service

Syntax

Remove-STFAuthenticationServiceTokenService [-RealmId] <String> -AuthenticationService <AuthenticationService> [<CommonParameters>] Remove-STFAuthenticationServiceTokenService [-ServiceName] <String> -AuthenticationService <AuthenticationService> [<CommonParameters>]

Detailed Description

Removes 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 Remove the token service configuration by realm id true false  
ServiceName Remove the token service configuration by service name true 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

None

Examples

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

Remove-STFAuthenticationTokenService -AuthenticationService $authService -Realm '9y7R3nDVkGgXMOJ9GnqVHZpscchhCqXksa7QpiHXXiYUVN0FZfRxdAqo57'

REMARKS

Remove 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
Remove-STFAuthenticationServiceTokenService