par Christophe Desclaux | Sep 2, 2016 | Communauté, Gestion des Identités, Provisioning
We recently had to change OpenIDM self-service UI in order to add the user photo in his account profile. For one of our customer we wanted to show this picture instead of the impersonal icon used previously: The process to integrate the icture is not obvious so that...
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...
par Christophe Desclaux | Mai 20, 2016 | Gestion des Identités, Open Source, Provisioning
OpenIDM4 UI performance issues: for one of our customer we had a strange issue related to OpenIDMUI v4. The UI was slower and slower on some pages like the mapping page which taked more than 30s to appear. We finaly found the solution on the audit files. The recon.csv...
par janua | Oct 14, 2015 | Gestion des Identités, Open Source, Produit, SSO
In a previous post, we have seen that OpenAM implements the OpenID Connect protocol and that it is possible to configure it as an OIDC provider (with some limitation though). In the current post, we will learn how to login with email on OpenID Connect provider based...
par janua | Sep 3, 2015 | Communauté, Gestion des Identités, Open Source, Sécurité, SSO
Lately we have been trying to use OpenID Connect with OpenAM. By following the official documentation, you can easily configure a basic scenario where OpenAM is just an OAuth/OpenID Connect provider. However, we have found that some goals are not easily...