Michal Voců
unread,Jan 12, 2023, 4:03:16 PM1/12/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cas-...@apereo.org
Hi all,
is there a way to expose "webAuthnDevices" actuator endpoint without
interfering with standard registration flow in CAS server?
We are using CAS server version 6.6.2. When I try to expose webauthn
actuator endpoints by setting
management.endpoint.webAuthnDevices.enabled=true
management.endpoints.web.exposure.include=webAuthnDevices
and securing them by using
cas.monitor.endpoints.endpoint.webAuthnDevices.access=AUTHENTICATED
with basic Spring Security, the standard device registration flow now
also requires basic authentication, which is not available to users.
I would not mind using the CAS API for adding webauthn device, as
mentioned in doc page, but I could not find description of such API.
Does it refer to using POST to /cas/actuator/webAuthnDevices/{username}?
If that is the case, what data should be sent to the endpoint?
Best regards,
Michal Vocu