Learn how to add passkey autofill to your Microsoft Azure AD B2C login page with Authsignal.
b2clogin.com
domain with the domain where we will register our passkeys, so that
the browser is able to detect available passkeys.
identity.yourdomain.com
, and Authsignal custom
domain to auth.yourdomain.com
yourdomain.com
).
Set the expected origins for both your Azure AD B2C domain and your Authsignal custom domain. E.g., https://identity.yourdomain.com
and https://auth.yourdomain.com
.
<head>
tag, add the following script which will:
api
element with the login fromautocomplete
attribute of the login input to username webauthn
autocomplete
attribute of the password input to current-password webauthn
<style>
tag to your html template to hide the password input:
<ScriptExecution>
element to our Relying Party policy under the <UserJourneyBehaviors>
element
OutputClaims
element: