Click or drag to resize

SecurityProviderBaseTranslateRedirect Method

Performs a translation of the default login page to a different endpoint.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public virtual string TranslateRedirect(
	string loginUrl,
	Uri uri,
	string encodedPath,
	string referrer
)
View Source

Parameters

loginUrl  String
The URI of the login page specified in the AppSettings
uri  Uri
The URI originally requested.
encodedPath  String
The URI requested by the client
referrer  String
The Referrer as specified in the request header

Return Value

String
The URI to be redirected to

Implements

ISecurityProviderTranslateRedirect(String, Uri, String, String)
See Also