Hi,
I am new to keycloak. I am planning to use Key cloak as Open ID connect server. Please let me know how I can achieve the below requirement
When the client access the authorization end point of kycloak, I want to implement my own login and consent flows before redirecting the client with the authorization code and id token (hybrid flow)
- How to customize the default login screen to implement my own screen with the logic?
- How can I integrate the my external consent registration application with the keycloak?
Thanks,
Karthik