Skip to content

Commit 1b75e4f

Browse files
Merge pull request #5640 from KaveeshaPiumini/5.11-Multiple-passkey-progressive-enrollment
[5.11] Update docs for multiple passkey progressive enrollment
2 parents 7ee7b6c + 56159ab commit 1b75e4f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

en/identity-server/5.11.0/docs/learn/passwordless-authentication-using-fido2.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,23 @@ Passkey progressive enrollment enables users to register their FIDO devices on-t
8989

9090
4. Follow the guide below and configure your application for passkey progressive enrollment.
9191

92+
!!! note "Multiple passkey progressive enrollment"
93+
94+
When this feature is enabled, users can register multiple passkeys during progressive enrollment. If not, it retains the default behavior of allowing only a single passkey enrollment.
95+
96+
!!! abstract ""
97+
98+
This feature is available for WSO2 IS 5.11.0 from update level 420 onwards (Updates 2.0 model). If you don't already have this update, see the instructions on [updating WSO2 products](https://updates.docs.wso2.com/en/latest/updates/overview/).
99+
100+
To allow users to register multiple passkeys under the same account during FIDO key progressive enrollment:
101+
102+
Add the following configuration under `[fido]` in `<IS_HOME>/repository/conf/deployment.toml`:
103+
104+
```toml
105+
[fido]
106+
allow_multiple_passkey_progressive_enrollment = true
107+
```
108+
92109
### Configure passkey progressive enrollment
93110

94111
If you have set up **FIDO** as a login option for your application, do the following to enable users to register their FIDO devices during the log in process. Before proceeding, ensure you have enabled the server-wide configuration for passkey progressive enrollment.

0 commit comments

Comments
 (0)