@if (data.enrollmentResponse.detail["webAuthnRegisterRequest"] || data.enrollmentResponse.detail.passkey_registration) {

You need to confirm the registration with your authenticator. For an external authenticator, this usually means pushing the button on the authenticator, or replugging it (if there is no button on the authenticator). If you want to use an authenticator that is integrated into your device, look for a dialog box from your operating system. If you do not see anything, please make sure that your authenticator supports WebAuthn.

} @if (data.enrollmentResponse.detail.u2fRegisterRequest) {

You need to confirm the registration with your token either by pushing the blinking button or by replugging your token. This depends on the actual token model.

} @if (data.enrollmentResponse.detail.pushurl) {
QR Code

Your token with serial number {{ data.enrollmentResponse.detail.serial }} is not completely enrolled, yet. Please scan the QR code with the privacyIDEA Authenticator App or click this link on your smartphone. It will send the missing registration data to the configured endpoint. Please note, that your smartphone needs internet access during the authentication process.

}