Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
An exception that is thrown when a secure store related authentication problem occurs, such as when credentials obtained from SSO are being rejected by the external system or when SSO rejects the user-provided credentials.
The SsoAuthenticationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SsoAuthenticationException() | Initializes a new instance of the class. |
![]() |
SsoAuthenticationException(String) | Initializes a new instance of the class with a specified error message. |
![]() |
SsoAuthenticationException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. |
![]() |
SsoAuthenticationException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception. |
![]() |
SsoAuthenticationException(String, Exception, String, Uri) | Initializes a new instance of the class with a specified error message, a reference to the inner exception that caused this exception, and the URL the credentials can be entered. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CredentialEntryUrl | Gets the credential entry URI. (Inherited from AuthenticationException.) |
![]() |
Data | (Inherited from Exception.) |
![]() |
ExceptionHelper | Gets the exception helper that assists with localization. (Inherited from BdcException.) |
![]() |
HasExplicitMessage | Determines whether the exception has an explicit message that identifies the encountered problem instead of the generic message that corresponds to the type of the exception. (Inherited from BdcException.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
IsRetriable | Determines whether it is safe to retry the operation that caused the exception. (Inherited from BdcException.) |
![]() |
Message | Gets the exception message. (Inherited from BdcException.) |
![]() |
ServerStackTrace | Gets a server stack trace. (Inherited from BdcException.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
State | Gets the state of the Business Data Connectivity (BDC) service exception. (Inherited from BdcException.) |
![]() |
TargetApplication | Gets the target SSO application. |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
FillState | This member is reserved for internal use and is not intended to be used directly from your code. Provides the state of the exception. (Inherited from BdcException.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Serializes the exception object into the specified serialization information object. (Overrides AuthenticationException.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Converts this exception to a string. (Inherited from CannotConnectException.) |
Top