I am using Keycloak authentication to authenticate an angular app and so far I have managed to redirect my login to Keycloak server. But when redirected instead of the login pag
this is occurred due to base url and valid redirect url are different. So I have added same URL on both the text box.Now its working fine.