Avoid keycloak default login page and use project login page

Expanding on the API roles POST to your/keycloak/url/auth/realms/master/protocol/openid-connect/token with data: { client_id : ‘Id_of_your_client’, username : ‘your_username’, password : ‘@#$%^&’, grant_type : “password” } will give you the initial access token and refresh token and POST to the same URL with data: { client_id : ‘Id_of_your_client’, // client_secret : ‘optional depending on the type of … Read more