Integrating Keycloak with LDAP for single sign-on with LSF Web Services
The Keycloak user federation feature provides access to external databases and directories, such as Active Directory and LDAP. Follow these steps to configure user federation using an OpenLDAP service.
About this task
Tip: To configure Keycloak user federation using an Active Directory service, see Integrating Keycloak with Active Directory for single sign-on with LSF Web Services.
See the Keycloak documentation for more information about user federation: https://www.keycloak.org/docs/latest/server_admin/#_user-storage-federation
Procedure
Results
Ensure that you can successfully log on to LSF Web Services using
your OpenLDAP user. For
example:
#lsf cluster logon --username user1 --password ******** --url https://lwshost.ibm.com:443
OK
Ensure that you can successfully submit an LSF job.
For example:
#lsf bsub sleep 20
Job <664> is submitted to default queue <normal>.
Ensure that you can
successfully display LSF job
information. For example:
#lsf bjobs -a
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
664 wt1 RUN normal lwshost lwsexec sleep 20 Jun 12 00:10