Securing your Spring apps with KeyCloak

Kopie van Introduction to reactive programming with spring

org.keycloak keycloak-spring-boot-starter And also add the dependency in the dependency management section: org.keycloak.bom keycloak-adapter-bom 3.3.0.Final pom import After this is done, we need to let Spring Security know how to communicate with KeyCloak. To do this, add the following properties to the application.properties file: keycloak.auth-server-url=http://localhost:8080/auth keycloak.realm=ContinuumSecure keycloak.resource=ContinuumDemo keycloak.public-client=true The value we specify in keycloak.resource matches the client […]

Continuum Video: Encryptie met OpenSSL

Encryptie met OpenSSL - screenshot

Digitaal ondertekenen met openSSL In dit follow-along filmpje geeft Roel een korte introductie over hoe asymmetrische encryptie gebruikt wordt voor het ondertekenen van documenten en beveiligen van communicatie. Met het open source OpenSSL demonstreert hij hoe je met AES een digitale handtekening zet en hoe je een certificaat genereert dat gebruikt kan worden voor versleutelde […]