Class SSOAWSCredentialsOptions
public class SSOAWSCredentialsOptions
- Inheritance
-
SSOAWSCredentialsOptions
- Inherited Members
Constructors
SSOAWSCredentialsOptions()
public SSOAWSCredentialsOptions()
Properties
ClientName
Required - Name of the application or system used during SSO client registration. A timestamp indicating when the client was registered will be appended to requests made to the SSOOIDC service.
public string ClientName { get; set; }
Property Value
ProxySettings
The proxy settings to use when calling SSOOIDC and SSO Services.
public IWebProxy ProxySettings { get; set; }
Property Value
SessionName
The name of the sso_session section in the shared configuration file specified to be used when loading the token.
public string SessionName { get; set; }
Property Value
SsoVerificationCallback
A callback that is used to initiate the SSO Login flow with the user.
public Action<SsoVerificationArguments> SsoVerificationCallback { get; set; }