Hello Rocket Community,
We are migrating CICS applications from z/OS to Rocket Enterprise Server and have a custom security solution implemented in assembler that performs user authentication, authorization checks, and application sign-on processing through RACF.
Our approach has been to convert the assembler modules to COBOL, preserve the existing application sign-on flow, and replace the RACF dependency with Rocket Enterprise Server ESM integrated with AD/AD LDS.
Has anyone implemented a similar approach?
Specifically, we're interested in:
- Preserving existing
EXEC CICS SIGNONor related security calls. - Minimizing application changes while maintaining existing authorization behavior.
- Lessons learned, challenges, or recommended alternatives.
Any feedback or real-world experiences would be greatly appreciated.
Thanks!