# FIDO2 / Webauthn Support

Browser supports the use of FIDO2 or PIV cards with NFC.  To enable this functionality, you will need to specify the specific URLs where you want to enable this feature.  This enables the WebAuthn protocol within the browser, allowing websites to determine that it can use a Security Key during authentication.

In your configuration file, specify the `webauthnPaths` parameter with a comma-delimited list of the hostnames where you expect FIDO2 or PIV cards will be used.   The example below is used to allow the use of FIDO2 security keys for Azure AD:

```
"browser" : {
   ...
   "webauthnPaths" : "login.microsoftonline.com,login.live.com",
   ...
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bluefletch.com/bluefletch-enterprise/product-guides/browser/features/fido2-webauthn-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
