Endevor Web Services is registered to ZOWE API ML. MFA is enabled in Endevor, and passed the /auth test. Web Service is functional.
apiml is enabled in the endevor_web_interface.yml
apiml:
# # If true, enables integration with the Zowe APIML
enabled: true
When trying to login to Endevor Web Interface, got "Invalid credentials or not authorized" error.
ZOWE API Catalog shows SSO not enabled:
Endevor V19
apiml.properties has the following setting:
apimlZowePassticketEnabled=YES
According to Zowe API ML Registration Properties, the valid value for apimlZowePassticketEnabled is either true or false.
Update apiml.properties and set
apimlZowePassticketEnabled=true
Restart Tomcat
And ZOWE API Catalog now shows:
Endevor REST API
API Base Path:
Service ID:endevor
SSO:supported
REST API for Endevor application
User is able to login to web interface using SSO.