Security
The File Manager Service Provider for z/OS® Connect EE requires an API caller to pass an HTTP Basic Authorization header that identifies the user ID and password of the caller.
Authorization : Basic credentials_string
Authorization : Basic "dXNlcmlkOnBhc3N3b3Jk"
The File Manager Service Provider performs all accesses to z/OS resources as the userid identified by the Basic Authorization credentials. Consequently, API callers can only access data resources they are authorized to access.
When requested, a successful API request returns a token that can be used on subsequent API requests to read data from the same data resource. When using a token, the API does not need to pass the Basic Authorization header.
Tokens returned by the service provider have a default expiry of 5 minutes of inactivity. In some cases, the timeout can be overridden by the request. If the token is not used for the timeout period, it expires and can no longer be used by the API caller.
When using the File Manager Build Toolkit plug-in to create service archives (SAR files), the plug-in needs to connect to the ADFzCC server (IPVSRV) to extract File Manager template or copybook information. If the Toolkit environment is remote to your IPVSRV host, you should run the server with TLS enabled. Refer to the File Manager Customization Guide.