Coder Social home page Coder Social logo

Comments (5)

maximthomas avatar maximthomas commented on August 15, 2024

I can't reproduce the issue in the local environment. Just run the latest OpenAM docker image, set up classic UI, WebAuthN authentication module and chain and don't see any issue. Please attach <openam config folder>/openam/debug and <openam config folder>/openam/log folders contents for analysis.

from openam.

amitt0488 avatar amitt0488 commented on August 15, 2024

openam-folders.zip
I have used the latest openam docker image and have done all the settings as specified in this repo.
Attaching the openam config, debug & log folder.

And this is docker-compose file:

**version: '3.9'

services:
openam:
image: openidentityplatform/openam:latest
ports:
- "8080:8080"
hostname: localhost
volumes:
- ./persistence/openam:/usr/openam/config

opendj:
image: openidentityplatform/opendj:latest
hostname: opendj.example.com
ports:
- "1389:1389"
- "1636:1636"
- "4444:4444"
volumes:
- ./opendj/bootstrap/data/:/opt/opendj/bootstrap/data
- ./opendj/bootstrap/schema/:/opt/opendj/bootstrap/schema
- ./persistence/opendj:/opt/opendj/data
environment:
- BASE_DN=dc=openam,dc=openidentityplatform,dc=org**

from openam.

amitt0488 avatar amitt0488 commented on August 15, 2024

Now the registration and authentication pages are showing up correctly.
I redeployed it and I guess i set the webauthn-authentication chain criteria to 'required' instead of 'requisite'

Thanks for your support.

from openam.

amitt0488 avatar amitt0488 commented on August 15, 2024

Just one more question:
For testing the end to end flow, is there an emulator for Windows as well, just like linux and Mac?
or is there any other way by which this can be tested?

from openam.

maximthomas avatar maximthomas commented on August 15, 2024

Glad I could help
There is an WebAuthn emulator in Chrome Browser

from openam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.