Class U2fAuthenticationWS

java.lang.Object
org.gluu.oxauth.ws.rs.fido.u2f.U2fAuthenticationWS

@Path("/fido/u2f/authentication") public class U2fAuthenticationWS extends Object
The endpoint allows to start and finish U2F authentication process
Version:
August 9, 2017
Author:
Yuriy Movchan
  • Constructor Details

    • U2fAuthenticationWS

      public U2fAuthenticationWS()
  • Method Details

    • startAuthentication

      @GET @Produces("application/json") public javax.ws.rs.core.Response startAuthentication(@QueryParam("username") String userName, @QueryParam("keyhandle") String keyHandle, @QueryParam("application") String appId, @QueryParam("session_id") String sessionId)
    • finishAuthentication

      @POST @Produces("application/json") public javax.ws.rs.core.Response finishAuthentication(@FormParam("username") String userName, @FormParam("tokenResponse") String authenticateResponseString)