Closed amitt0488 closed 1 year ago
WebAuthn only works in classic UI (enabled with XUI.enable=false
system property). There is an important note in the wiki.
Seems you are using XUI for authentication. You should use classic UI, so authentication URL should look like this:
https://openam.example.com:8443/openam/UI/Login?org=/users&service=webauthn-registration
I need to setup openAM locally on window 10 laptop and then want to test WebAuthn.
For this, I am following this repo to start OpenAM and OpenDJ in Separate Docker Containers https://github.com/OpenIdentityPlatform/OpenAM/wiki/How-to-Start-OpenAM-and-OpenDJ-in-Separate-Docker-Contaners they are running fine and i am able to login into openam console.
Now, for setting up webauthn, i followed this article https://github.com/OpenIdentityPlatform/OpenAM/wiki/How-to-Setup-WebAuthn-Authentication-in-OpenAM
Now I am getting an error while Testing WebAuthn Registration Authentication Chain.
May be I need to setup this on HTTPS ? Could this be the reason (currently openAM is running on HTTP) ?