You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the current login flow, the frontend sends a username and password to the backend application and the backend authenticates the user using an OAuth grant-type password. This is not a recommended approach for many reasons.
Fix:
Use keycloak.js in front end application to support login with code flow. It also solves the token refresh problem
Remove login API from the backend application
The text was updated successfully, but these errors were encountered:
This is an enhancement ticket
Issue:
As per the current login flow, the frontend sends a username and password to the backend application and the backend authenticates the user using an OAuth grant-type password. This is not a recommended approach for many reasons.
Fix:
The text was updated successfully, but these errors were encountered: