Provides options to configure how the Identity library makes authentication requests to Microsoft Entra ID.
Properties authorityHostThe authority host to use for authentication requests. Possible values are available through AzureAuthorityHosts. The default is "https://login.microsoftonline.com".
loggingOptionsAllows users to configure settings for logging policy options, allow logging account information and personally identifiable information for customer support.
Inherited Properties additionalPoliciesAdditional policies to include in the HTTP pipeline.
agentOptions for configuring Agent instance for outgoing requests
allowInsecureConnectionSet to true if the request is sent over HTTP instead of HTTPS
httpClientThe HttpClient that will be used to send HTTP requests.
proxyOptionsOptions to configure a proxy for outgoing requests.
redirectOptionsOptions for how redirect responses are handled.
retryOptionsOptions that control how to retry failed requests.
telemetryOptionsOptions for setting common telemetry and tracing info to outgoing requests.
tlsOptionsOptions for configuring TLS authentication
userAgentOptionsOptions for adding user agent details to outgoing requests.
Property DetailsThe authority host to use for authentication requests. Possible values are available through AzureAuthorityHosts. The default is "https://login.microsoftonline.com".
authorityHost?: string
Property Value
string
loggingOptionsAllows users to configure settings for logging policy options, allow logging account information and personally identifiable information for customer support.
loggingOptions?: LogPolicyOptions & { allowLoggingAccountIdentifiers?: boolean, enableUnsafeSupportLogging?: boolean }
Property Value
LogPolicyOptions & { allowLoggingAccountIdentifiers?: boolean, enableUnsafeSupportLogging?: boolean }
Inherited Property Details additionalPoliciesAdditional policies to include in the HTTP pipeline.
additionalPolicies?: AdditionalPolicyConfig[]
Property Value
Inherited From CommonClientOptions.additionalPolicies
agentOptions for configuring Agent instance for outgoing requests
agent?: Agent
Property Value
Inherited From CommonClientOptions.agent
allowInsecureConnectionSet to true if the request is sent over HTTP instead of HTTPS
allowInsecureConnection?: boolean
Property Value
boolean
Inherited From CommonClientOptions.allowInsecureConnection
httpClientThe HttpClient that will be used to send HTTP requests.
httpClient?: HttpClient
Property Value
Inherited From CommonClientOptions.httpClient
proxyOptionsOptions to configure a proxy for outgoing requests.
proxyOptions?: ProxySettings
Property Value
Inherited From CommonClientOptions.proxyOptions
redirectOptionsOptions for how redirect responses are handled.
redirectOptions?: RedirectPolicyOptions
Property Value
Inherited From CommonClientOptions.redirectOptions
retryOptionsOptions that control how to retry failed requests.
retryOptions?: PipelineRetryOptions
Property Value
Inherited From CommonClientOptions.retryOptions
telemetryOptionsOptions for setting common telemetry and tracing info to outgoing requests.
telemetryOptions?: TelemetryOptions
Property Value
Inherited From CommonClientOptions.telemetryOptions
tlsOptionsOptions for configuring TLS authentication
tlsOptions?: TlsSettings
Property Value
Inherited From CommonClientOptions.tlsOptions
userAgentOptionsOptions for adding user agent details to outgoing requests.
userAgentOptions?: UserAgentPolicyOptions
Property Value
Inherited From CommonClientOptions.userAgentOptions
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4