wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
746 stars 724 forks source link

Custom Authentication option UI not get populated in Login Page #20265

Open mpmadhavig opened 5 months ago

mpmadhavig commented 5 months ago

Describe the issue: When the custom authenticator added using [1] to application, in the login page, the authentication options shows as below.

Screenshot 2024-04-25 at 11 08 18

How to reproduce:

Expected behavior:

Environment information

[1] https://is.docs.wso2.com/en/latest/references/extend/authentication/write-a-custom-local-authenticator/

mpmadhavig commented 5 months ago

Login flow configuration UI:

Screenshot 2024-04-25 at 12 18 22

This is the expected view.

pavinduLakshan commented 4 months ago

@mpmadhavig Do the available authenticators come in the url as query parameters?

pavinduLakshan commented 3 months ago

Login flow configuration UI:

Screenshot 2024-04-25 at 12 18 22

This is the expected view.

As per the offline discussion today, in this case, the authenticator is not present in the query parameters.

pavinduLakshan commented 3 months ago

When there is one or more authenticators with the custom authenticators, all authenticators are present in the query param, but the UI doesn't show those.

nilasini commented 2 weeks ago

@sadilchamishka are we good to close this issue?