EQAPS4058E The authentication service could not complete the request because the authentication provider is not available.
Explanation
The authentication service could not authenticate because the authentication provider is not available or discoverable.
System action
Connection to Debug Profile Service failed.
User response
If the authentication service no longer meant to be used, explicitly disable them in the Debug Profile Service Configuration file, eqaprof.env. Otherwise, the authentication service will be called to authenticate with its respective authentication provider.
If the authentication service is enabled, then verify that the provider is available:
- SAF JWT Service:
- Ask your system programmer to ensure that the correct application ID (APPLID) is defined in the Debug Profile Service Configuration file, eqaprof.env.
- Verify that the "${SVRPATH}"/eqaProfile/bin/eqaauth
program file is APF authorized on the z/OS UNIX command line.
- Check eqaauth is APF authorized by issuing
$ ls -lE
. - To make eqaauth APF authorized, issue
$ extattr +a eqaauth
.
- Check eqaauth is APF authorized by issuing
- Review or implement the instruction steps provided in Authenticating with SAF JSON Web Tokens (JWT).
- SAF Basic Service: N/A