What is this API - point-api/login-or-password-link?

I encountered piece of code (below) here which is responding with a 403. I can’t find this endpoint anywhere in Keycloak documentation. Does anyone have any idea where could this be? Is it a custom endpoint? I don’t know much else as there is no documentation and all the members that worked on this left the company. Any help would be really appreciated

This is not a Keycloak endpoint. Seems to be a custom extensions. Try to contact the maintainer/vendor of this extension.
Before you ask: no, I don’t know who is the maintainer of this extension, I even don’t know this extension.

Do you know how custom extensions are made or we to look for an API contract? Unfortunately, we cannot contact the maintainer of this extension.

https://www.keycloak.org/docs/25.0.4/server_development/

If you don’t have access to the sources… well, good luck.

how did you find out about this endpoint? and can you share the keycloak server logs? we might trace back to the extension name and shut it down if it is allegedly an extension

@Mr.McGibblets