Posts tagged LDAP
Payara Server LDAP Integration - Part 3: Extracting User Information
Published on 15 Nov 2016
by Fabio Turizo
Topics:
Docker,
How-to,
Security,
LDAP
|
0 Comments
In this three-parts article series I'm illustrating the implementation of the LDAP integration using a sample scenario: integrate Payara Server with a LDAP user directory and manage the authentication and authorization of a sample web application.
In Part 1, I showed you how to start the LDAP Server, while in Part 2 we configured the LDAP realm. Now you are probably wondering how to get the user’s information (first and last name, email address, etc.) that resides in the LDAP server. Unfortunately, the JAAS API doesn’t offer any standard mechanisms to access this user attributes in the directory tree. But there are other options available:
Payara Server LDAP Integration - Part 2: Configuring Security
Published on 09 Nov 2016
by Fabio Turizo
Topics:
Docker,
How-to,
Security,
LDAP
|
10 Comments
See 'Part 1 - Configuring the LDAP Server' here.
In this three-parts article series I will illustrate the implementation of the LDAP integration using a sample scenario: integrate Payara Server with a LDAP user directory and manage the authentication and authorization of a sample web application.
Payara Server LDAP Integration - Part 1: Configuring the LDAP Server
Published on 04 Nov 2016
by Fabio Turizo
Topics:
Docker,
How-to,
LDAP
|
2 Comments
If you work in an organization with a robust IT department, it's very likely that you are using a LDAP server to handle your user directory information. You probably have to follow some general guidelines dictating that all web applications deployed within the organization’s infrastructure must access this user directory; and must authenticate and authorize the users that will interact with them. This is a very common scenario nowadays.