sorry for my poor english... I 'll do my best to write question.
Basically, keycloak provide loginPage where login form has a some name and value parameter determined by keycloak (forexample session_code, excustion, client_id, tab_id). this way is Server side randering(SSR).
However, I want to login process with keycloak in API way. In this case, it's not possible to use those parameter.
How to use apis below to login?
enter code here
:8180/auth/realms/{realm}/login-action/authenticate
enter code here
:8180/auth/realms/{realm}/protocol/openid-connect/certs
enter code here
:8180/auth/realms/{realm}/protocol/openid-connect/token