Click or drag to resize

VGSecurityManagerAuthenticate Method (VGAdfsServer)

Authenticates a federated user

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGAuthenticationState Authenticate(
	VGAdfsServer adfsServer
)

Parameters

adfsServer
Type: Novalys.VisualGuard.Security.MembershipVGAdfsServer
Adfs server using for your current windows authentication.

Return Value

Type: VGAuthenticationState
A VGAuthenticationState indicating if the authentication succeeds or not.
Exceptions
ExceptionCondition
NotSupportedException

the repository does not support the specified authentication mode.

VGConfigurationExceptionThe configuration file is not valid

or

A problem occurs during the connection to the repository.

or

The version of the repository or the version of the permissions is not supported by the application.
Remarks
For more information about this method, you can see Authenticate(String, String, VGAuthenticationMode).
See Also