Skip to content

Commit

Permalink
Fix DL... again (#35341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Aug 6, 2024
1 parent 9e8d4f5 commit fac2a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/api/identitycredentialrequestoptions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It is used to request an {{domxref("IdentityCredential")}} provided by a {{gloss

> _Use \<page-origin\> with \<IdP\>_
The default value is `"signin"`.
The default value is `"signin"`.

- `providers`

Expand All @@ -56,8 +56,8 @@ It is used to request an {{domxref("IdentityCredential")}} provided by a {{gloss
- `nonce` {{optional_inline}}
- : A random string that can be included to ensure the response is issued specifically for this request and prevent {{glossary("replay attack", "replay attacks")}}.

> [!NOTE]
> Currently FedCM only allows the API to be invoked with a single IdP, i.e. the `providers` array has to have a length of 1. Multiple IdPs must be supported via different `get()` calls.
> [!NOTE]
> Currently FedCM only allows the API to be invoked with a single IdP, i.e. the `providers` array has to have a length of 1. Multiple IdPs must be supported via different `get()` calls.
## Specifications

Expand Down

0 comments on commit fac2a61

Please sign in to comment.