Microsoft.Identity.Client.ApplicationConfiguration
Should _not_ go in the interface, only for builder usage while determining authorities with ApplicationOptions
Should _not_ go in the interface, only for builder usage while determining authorities with ApplicationOptions
public Func<CoreUIParent, ApplicationConfiguration, ILoggerAdapter, IBroker> BrokerCreatorFunc { get; set; }
This is here just to support the public IAppConfig. Should not be used internally, instead use the ClientCredential abstraction.
Note: This returns null when using dynamic certificate providers since the certificate is resolved at runtime.
This is here just to support the public IAppConfig. Should not be used internally, instead use the ClientCredential abstraction.
Should _not_ go in the interface, only for builder usage while determining authorities with ApplicationOptions
Applicable to only public client applications to enforce SSO policy with embedded webview.
Service principal name for Kerberos Service Ticket.
Success callback that receives the result of token acquisition attempts (typically successful, but can include failures after retries are exhausted).
public Func<AssertionRequestOptions, ExecutionResult, Task<bool>> OnMsalServiceFailure { get; set; }
MSAL service failure callback that determines whether to retry after a token acquisition failure from the identity provider.
Only invoked for MsalServiceException (errors from the Security Token Service).
Kerberos Service Ticket container to be used.
Should _not_ go in the interface, only for builder usage while determining authorities with ApplicationOptions