<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/Information-Property-List/ASWebAuthenticationSessionWebBrowserSupportCapabilities",
  "metadataVersion" : "0.1.0",
  "role" : "Property List Key",
  "symbol" : {
    "kind" : "Property List Key",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "plist:Information_Property_List.ASWebAuthenticationSessionWebBrowserSupportCapabilities"
  },
  "title" : "ASWebAuthenticationSessionWebBrowserSupportCapabilities"
}
-->

# ASWebAuthenticationSessionWebBrowserSupportCapabilities

A collection of keys that a browser app uses to declare its ability to handle authentication requests from other apps.

## Discussion

Add a dictionary for this key to your app’s [`Information Property List`](/documentation/BundleResources/Information-Property-List) if your app is a web browser and it supports web authentication. In the dictionary, include the capability keys listed below to indicate your browser app’s capabilities. For more information, see <doc://com.apple.documentation/documentation/AuthenticationServices/supporting-single-sign-on-in-a-web-browser-app>.

## Topics

### Capabilities

[`IsSupported`](/documentation/BundleResources/Information-Property-List/ASWebAuthenticationSessionWebBrowserSupportCapabilities/IsSupported)

A Boolean that indicates whether the app acts as a browser that supports authentication sessions.

[`EphemeralBrowserSessionIsSupported`](/documentation/BundleResources/Information-Property-List/ASWebAuthenticationSessionWebBrowserSupportCapabilities/EphemeralBrowserSessionIsSupported)

A Boolean that indicates whether the app supports ephemeral browsing when conducting authentication sessions.

[`CallbackURLMatchingIsSupported`](/documentation/BundleResources/Information-Property-List/ASWebAuthenticationSessionWebBrowserSupportCapabilities/CallbackURLMatchingIsSupported)

A Boolean that indicates whether the app can handle callbacks to match authentication URLs.

[`AdditionalHeaderFieldsAreSupported`](/documentation/BundleResources/Information-Property-List/ASWebAuthenticationSessionWebBrowserSupportCapabilities/AdditionalHeaderFieldsAreSupported)

A Boolean that indicates whether the app supports additional header fields in requests.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)