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 a unique password, a unique login (advantages over an ldap/pg...
par janua | Nov 24, 2017 | Gestion des Identités, SSO
1) Overview Understanding Authorisation Services with Redhat SSO : Authorisation Services is a major key component of an Identity and Access Management Solution. It allows to define the resources and scopes a user is entitled to (i.e. permission). Like this is...
par janua | Sep 22, 2017 | Gestion des Identités, Sécurité, SSO
In this article we will describe how to integrate RedHat SSO with FranceConnect. 1) What is FranceConnect IDP FranceConnect (https://franceconnect.gouv.fr/) is French gouvernment IDP provider with more 20 million accounts. You can connect to it with credentials such...
par janua | Jan 26, 2017 | Gestion des Identités, Open Source, SSO
Authentication Module and Authentication Chain in OpenAM are one of its most striking features. In this article is exposed, how to provide a step-by-step testing approach to validate a realm using an an authentication chain and module. 1. Authentication Module openAM...
par janua | Juil 15, 2016 | Communauté, Gestion des Identités, Sécurité, SSO
This post is about understanding tokens roles in OpenID Connect (OIDC) intégration: 1. Presentation OpenID Connect Specification is described at . OpenID Connect is provided on top of OAuth2 layer, defined in RFC 6749. OpenID provides authentication which is expressed...