par Olivier Rivat | Déc 25, 2018 | Gestion des Identités, SSO
Mapping LDAP Group and Roles to RedHat SSO Keycloak : the goal of this article is to showcase how it is possible to expose and to use LDAP roles at keycloak level. This feature will illustrated by creating new users which belong to the ldap-admin group. Those new...
par Olivier Rivat | Juil 10, 2018 | Communauté, SSO
1. Presentation: Architectural principles with Keycloak Redhat SSO The goal of this paper is to present how it is possible to architect a SSO-LDAP-Identity Manager infrastructure with Keycloak-Redhat SSO. Keycloak-RedHatSSO allows to register applications which...
par Olivier Rivat | Avr 25, 2018 | Communauté, SSO
Janua’s CTO sharing tips and tricks about OpenID and understanding JWT and signed JWT usage with RedHat SSO Keycloak 1) JWT token presentation JWT token representation is described in RFC 7519 https://tools.ietf.org/html/rfc7519 A JWT token is made up of 3 parts...
par Olivier Rivat | Avr 16, 2018 | Gestion des Identités, SSO
In this article we will share with you our understanding of oauth2 bearer token usage with RedHat SSO Keycloak. 1. Overview Access Token are defined by RFC 6750, and are of type Bearer Token. Access Tokens are used to access to the content of a resource according to...
par Olivier Rivat | Avr 9, 2018 | Communauté, Gestion des Identités, SSO
In this article we will try to understand the difference between client ID-Client secret and signed JWT authentication Scheme in RedHat SSO (aka Keycloak). 1) Presentation When dealing with Oauth2/openID RH-SSO provides 3 possible authentication schemes which are:...