...
Code Block |
---|
#set ($webAuthnCtx= $authenticationContext.getSubcontext("net.shibboleth.idp.plugin.authn.webauthn.context.WebAuthnAuthenticationContext")) #set ($webAuthnUsername = $webAuthnCtx.getUsernamegetRawUsername()) |
Which you can then use to automatically fill in the username field:
...