Learn how to change the default login page for Keycloak and add our customizations.
Also find me here:
Baeldung Author
Sampada Wagde
I am a software professional with more than 13 years of industry experience in the financial services sector. Driven by the quest to learn, I am a researcher at heart who believes in leading by example. When not glued to my laptop coding or reading/writing articles, I can be found glued to my laptop watching a movie. Outside of a computer, I immerse myself in fiction and music. But most of the time, I relish playing parent to a toddler and two dogs.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Security (7)
- Spring (5)
- Java (3)
- Security (2)
- REST (2)
- Jakarta EE (2)
- Core Java (2)
- NoSQL (1)
- Networking (1)
- Java IO (1)
- HTTP Client-Side (1)
- Algorithms (1)
Customizing Themes for Keycloak
Learn about themes in Keycloak – their types and structure.
OAuth 2.0 Resource Server With Spring Security
Filed under Spring Security
Learn how to configure a Spring Security based resource server application for validating JWT as well as opaque tokens.
Java Generics – <?> vs <? extends Object>
Filed under Java
Explore the similarities and differences between two constructs in Java generics.
Spring Security vs Apache Shiro
Filed under Security, Spring Security
Learn about Spring Security and Apache Shiro.
HTTP Server with Netty
Filed under Networking
Explore how to implement the HTTP protocol, particularly an HTTP server using Netty.
Spring REST Docs vs OpenAPI
Explore the differences between the OpenAPI based springdoc and Spring REST Docs.
Invoking a SOAP Web Service in Spring
Filed under Spring
Learn how to invoke a SOAP web service using Spring WS.
Consume a SOAP Web Service in Java
Filed under Jakarta EE
Learn how to build a SOAP client in Java with JAX-WS RI.