Add documentation for recovery codes preview feature.
This commit is contained in:
parent
b6dbd8074f
commit
79bc40da92
5 changed files with 36 additions and 0 deletions
|
@ -13,6 +13,10 @@ include::topics/templates/document-attributes-community.adoc[]
|
|||
:release_header_latest_link: {releasenotes_link_latest}
|
||||
include::topics/templates/release-header.adoc[]
|
||||
|
||||
|
||||
== {project_name_full} 18.0.0
|
||||
include::topics/18_0_0.adoc[leveloffset=2]
|
||||
|
||||
== {project_name_full} 17.0.0
|
||||
include::topics/17_0_0.adoc[leveloffset=2]
|
||||
|
||||
|
|
5
release_notes/topics/18_0_0.adoc
Normal file
5
release_notes/topics/18_0_0.adoc
Normal file
|
@ -0,0 +1,5 @@
|
|||
= Highlights
|
||||
|
||||
== Recovery Codes
|
||||
|
||||
Recovery Codes as another way to do two-factor authentication is now available as a preview feature.
|
|
@ -30,6 +30,7 @@ include::topics/authentication/flows.adoc[]
|
|||
include::topics/authentication/kerberos.adoc[]
|
||||
include::topics/authentication/x509.adoc[]
|
||||
include::topics/authentication/webauthn.adoc[]
|
||||
include::topics/authentication/recovery-codes.adoc[]
|
||||
include::topics/authentication/conditions.adoc[]
|
||||
include::topics/identity-broker.adoc[]
|
||||
include::topics/identity-broker/overview.adoc[]
|
||||
|
|
21
server_admin/topics/authentication/recovery-codes.adoc
Normal file
21
server_admin/topics/authentication/recovery-codes.adoc
Normal file
|
@ -0,0 +1,21 @@
|
|||
[[_recovery-codes]]
|
||||
|
||||
=== Recovery Codes (RecoveryCodes)
|
||||
|
||||
You can configure Recovery codes as two-factor authenticator. You need to add authenticator 'Recovery Authentication Code Form' as two-factor authenticator to your authentication flow. See the WebAuthn section above in xref:configuring-authentication[Configuring authentication] to see an example of how to configure authenticator as two-factor authenticator.
|
||||
|
||||
ifeval::[{project_product}==true]
|
||||
:tech_feature_name: RecoveryCodes
|
||||
:tech_feature_setting: -Dkeycloak.profile.feature.recovery_codes=enabled
|
||||
:tech_feature_id: recovery-codes
|
||||
include::../templates/techpreview.adoc[]
|
||||
endif::[]
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
|
||||
[IMPORTANT]
|
||||
====
|
||||
Please note that Recovery Codes support is in development. Use this feature experimentally.
|
||||
====
|
||||
|
||||
endif::[]
|
|
@ -64,6 +64,11 @@ The features that can be enabled and disabled are:
|
|||
|No
|
||||
|Preview
|
||||
|
||||
|recovery_codes
|
||||
|Recovery codes for authentication
|
||||
|No
|
||||
|Preview
|
||||
|
||||
|scripts
|
||||
|Write custom authenticators using JavaScript
|
||||
|No
|
||||
|
|
Loading…
Reference in a new issue