Hello,
My angular app is authenticated with keycloak and if the user access the app link it redirects to the login page which is common.
I want the login page should not be visible to the user but it should authenticate automatically and redirect to my app.
I mean I want to hard code the login details so that it should not redirect to login page.