IOutboundHostValidator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates that an outbound URL targets an allowed host before the SDK makes a server-side, often token-bearing, request to it (e.g. Activity.ServiceUrl callbacks or attachment downloads). This is the SDK's shared anti-SSRF ("allowed hosts") control.
public interface IOutboundHostValidator
type IOutboundHostValidator = interface
Public Interface IOutboundHostValidator
- Derived
Properties
| Name | Description |
|---|---|
| Enabled |
Gets a value indicating whether enforcement is enabled. When |
Methods
| Name | Description |
|---|---|
| IsAllowed(String) |
Determines whether an outbound request to |
| IsAllowed(Uri) |
Determines whether an outbound request to |