
* web: align style to show current user for webauthn enroll
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* ask for aaguid
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* initial MDS import
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add API
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add restriction
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix api, add actual restriction
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* default authenticator name based on aaguid
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* connect device with device type
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix typo in webauthn stage name
this typo has been around for 3 years 8708e487ae (diff-bb4aee4a37f4b95c8daa7beb6bf6251d8d2b6deb8c16dce0cd7cb0d6cd71900aR16)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add fido2 dep
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add CI pipeline to automate updating blob
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix tests, include device type
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add tests
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* exclude icon for now
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add passkeys aaguid
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* make special unknown device type work, add docs
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
26 lines
742 B
YAML
26 lines
742 B
YAML
version: 1
|
|
metadata:
|
|
name: Default - WebAuthn MFA setup flow
|
|
entries:
|
|
- attrs:
|
|
designation: stage_configuration
|
|
name: default-authenticator-webauthn-setup
|
|
title: Setup WebAuthn
|
|
authentication: require_authenticated
|
|
identifiers:
|
|
slug: default-authenticator-webauthn-setup
|
|
model: authentik_flows.flow
|
|
id: flow
|
|
- attrs:
|
|
configure_flow: !KeyOf flow
|
|
friendly_name: WebAuthn device
|
|
identifiers:
|
|
name: default-authenticator-webauthn-setup
|
|
id: default-authenticator-webauthn-setup
|
|
model: authentik_stages_authenticator_webauthn.authenticatorwebauthnstage
|
|
- identifiers:
|
|
order: 0
|
|
stage: !KeyOf default-authenticator-webauthn-setup
|
|
target: !KeyOf flow
|
|
model: authentik_flows.flowstagebinding
|