Class WebAuthnController

java.lang.Object
io.jans.fido2.ws.rs.controller.WebAuthnController

@ApplicationScoped @Path("/webauthn/configuration") public class WebAuthnController extends Object
The endpoint at which the requester can obtain FIDO2 WebAuthn Origins metadata configuration
Author:
Imran Ishaq Date: 11/28/2024
  • Constructor Details

    • WebAuthnController

      public WebAuthnController()
  • Method Details

    • getConfiguration

      @GET @Produces("application/json") public jakarta.ws.rs.core.Response getConfiguration()