Closed sadilchamishka closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 31.79%. Comparing base (
c1a3705
) to head (8f8f890
). Report is 1019 commits behind head on master.
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Purpose
The custom local authenticators can be registered as an extension point and can be added to the applications. When there are multiple options for the application, it doesn't show the custom local authenticators as the existing login.jsp doesn't have that support as it only support the already registered defined local authenticators.
This PR is initiated to provide that support, and the documentation should be improved to guide the developers to provide the custom local authenticator logo image and i18 configs as necessary.
Related Issues
After the fix.