Endevor WEBUI passticket and SSO issue
search cancel

Endevor WEBUI passticket and SSO issue

book

Article ID: 382056

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

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:

Environment

Endevor V19

Cause

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. 

Resolution

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.