Contact salesSign inSign up

Authsignal secures millions of passkey transactions out of our hosted Sydney region.

Authsignal secures millions of passkey transactions out of our hosted Sydney region.

Join us today!
Blog
/
Current article

Java Passkeys back-end SDK

Last Updated:
October 1, 2024
Justin Soong
Authsignal server-side Java SDK for Passkeys and passwordless MFA
Typical passkeys architecture
A typical passkeys solution requires a webauthn back-end service, Authsignal provides both client and server SDKs to deliver passkeys to your users

Authsignal's Java SDK allows engineers to implement passkeys server side calls in Java/JVM server environments. Authsignal's suite of passwordless MFA authentication factors are also available through the Java SDK.

Click here to view the SDK documentation

Click here to view our documentation to get started with Passkeys using the Java SDK

Passkeys Enrollment example

Server side call

TrackRequest request = new TrackRequest();
request.userId = user.id;
request.action = "enrollPasskey";
request.scope = "add:authenticators";

CompletableFuture<String> token = authsignal.track(request).thenApply(response -> response.token);

Passkeys Enrollment using the Java SDK

Client side call
const resultToken = await authsignal.passkey.signUp({ token, userName });
Try out our passkey demo
Passkey Demo
Subscribe to our monthly newsletter
Subscribe
You might also like
Add MFA to Keycloak using Authsignal: A Step-by-Step Guide
Authsignal offers an easy-to-integrate solution that simplifies the process of adding MFA to Keycloak.
Authsignal in partnership with MATTR claims authentication world first, binding Mobile Driver’s License (mDL) to Palm Biometrics
Authsignal has launched a world-first solution that binds a mobile driver's license (mDL) with Palm Biometrics.
Biometrics Passkey-Binding: Ensure Digital Credential Ownership and Real Human Presence
Learn about biometric passkey-binding pairs facial recognition with cryptographic passkeys for secure, seamless authentication, protecting against phishing, deepfakes, and fraud while improving user experience.
Secure your customers’ accounts today with Authsignal.