zowe / sample-spring-boot-api-service

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Other
26 stars 18 forks source link

Security context switching on z/OS #6

Closed plavjanik closed 4 years ago

plavjanik commented 5 years ago

Migrate the code for security context switching on z/OS

Depends on #4

The original source code has been added by https://github.gwd.broadcom.net/MFD/ca-sample-restapi-service/pull/28

As a developer who is developing REST API service, I want to run Java code under the same user ID the s user using REST API, so that the code can access mainframe resources only accessible by that user without the need to setup PassTickets.

Original acceptance criteria:

plavjanik commented 4 years ago

https://github.com/zowe/sample-spring-boot-api-service/tree/security-context-switch