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