Enterprise Authentication. Part 4. SAML
Keycloak SAML Identity Provider configuration
Keycloak SAML Identity Provider configuration
Keycloak Kerberos Federation configuration
Keycloak LDAP Federation configuration
Keycloak configuration basics
Hi there! Here is some insights I have by reading some books, papers and docs about agile architecture. I believe that I will proceed to drill down in this topic, so this list will expands Dedicat...
Long time ago inspired by awesome M.Fowler book Refactoring I was frequently asking on interview to refactor a code block like this: public class Animal { public void MakeSound() { ...
Recently I read awesome book by Neal Ford called “Evolutionary Architecture”. I was so inspired that I write a lot of my keynotes of this book. First of all: I highly recomend to all read it and I ...
Already I have some routine activity to provide code coverage report for my .Net Core projects to CI. An issue turned out more complex then I appreciate so I decide to provide here the most importa...
Here is some patterns I use in the case of creation concurrent application. All samples will written be on C#, but I believe you can simply adopt them to java or any your preferred langname comp...