I am a little bit surprised that the CX code isn't using a TLS connection by default for the python ldap calls. I haven't been able to connect over TLS yet, Any example code for connecting in with TLS with the ldap3 package?
Any chance we can update the code base to have secure connectivity for LDAP?
What other hardening pieces should be considered prior to deploying something to production?
Any guidance on deploying to an existing tomcat server that is already hosting a Micro Focus service such as Identity Governance, Identity Application, etc?
Any thoughts on including an admin based authentication for connectivity, similar to SSPR's administrative console? It would be ideal to have configuration parameters in a central location rather than in the code itself. Something modular where different applications could tie into the administration page. Probably similar to Identity Governance 3.5 look and feel with the top menu items.
Any pointers on where we can read up on eDirectory rest APIs, or other APIs that have been released? Identity Governance I can find just fine and will be working with them in the near future.
Since python is already being utilized, has there been any consideration for a django framework as a deployment option?
Any docker references to help someone quickly deploy to a given webserver such as django or tomcat?
With this framework, could we integrate with Access Manager rather than OSP? What steps would we need to take?
I am a little bit surprised that the CX code isn't using a TLS connection by default for the python ldap calls. I haven't been able to connect over TLS yet, Any example code for connecting in with TLS with the ldap3 package?
Any chance we can update the code base to have secure connectivity for LDAP?
What other hardening pieces should be considered prior to deploying something to production?
Any guidance on deploying to an existing tomcat server that is already hosting a Micro Focus service such as Identity Governance, Identity Application, etc?
Any thoughts on including an admin based authentication for connectivity, similar to SSPR's administrative console? It would be ideal to have configuration parameters in a central location rather than in the code itself. Something modular where different applications could tie into the administration page. Probably similar to Identity Governance 3.5 look and feel with the top menu items.
Any pointers on where we can read up on eDirectory rest APIs, or other APIs that have been released? Identity Governance I can find just fine and will be working with them in the near future.
Since python is already being utilized, has there been any consideration for a django framework as a deployment option?
Any docker references to help someone quickly deploy to a given webserver such as django or tomcat?
With this framework, could we integrate with Access Manager rather than OSP? What steps would we need to take?