par Loïc Mercier Des Rochettes | Sep 5, 2022 | Gestion des Identités, Open Source, Sécurité, SSO
In this article we will discuss about Postgres OAuth2 Authentication and why do we need an oauth2 on postgres. Common SSO advantages SSO (in our case with Keycloak) represents many advantages : More than an unique password, an unique login (advantages over an ldap/pg...
par janua | Jan 19, 2022 | Open Source, Sécurité, SSO
Due to the current COVID19 situation, we completely renewed our training material, with our partner, in order to give our customers the possibility of a remote KeyCloak fully digital online training. We created a VM classroom environment using Vagrant so that...
par janua | Août 28, 2019 | Gestion des Identités, Open Source, SSO
This article is dedicated to describe the behaviour and usage of offline sessions and offline tokens within Keycloak. The behaviour of offline tokens is also illustrated through the off-line-token example of the keycloak demo template (available with version 5.0 of...
par janua | Juin 13, 2019 | Gestion des Identités, Open Source, SSO
1) Presentation This chapter illustrates how to install Keycloak with MariaDB database and how it is possible to configure MariaDB with KeyCloak. The version used are: keycloak is 6.01 mariadb is 10.3 This done throughout the following steps : (1)...
par janua | Juin 11, 2019 | Gestion des Identités, Open Source, SSO
This article describes how it is possible to validate a Keyloak access token and performing signature verification. The RSA realm public key is uploaded in order to verify the access token signature The example is illustrated using jwt.io debugger debugger, but could...
par janua | Mai 23, 2019 | Open Source, SSO
In this article, we will try to understand and demistify UMA and Keycloak. UMA is quit new and we will try to understand the new paradigms, use cases and demonstrate its implementation within Keycloak. 1 Presentation – What is UMA ? UMA stands for User Management...