Add exception user REST API failed
search cancel

Add exception user REST API failed

book

Article ID: 218803

calendar_today

Updated On:

Products

CA Advanced Authentication - Strong Authentication (AuthMinder / WebFort)

Issue/Introduction

While trying to test the Advanced Authentication Exception User REST API to add a user to the list, it is resulting in error.

Sample Request Body:

{
"userId": "TESTUSER1",
"orgName": "TESTORG",
"startDate": "2021-04-02T06:11:20",
"endDate": "2021-04-04T06:11:20",
"reason": "TRAVEL"
}

Sample Response:

 

Environment

Release : 9.1 SP1

Component : Strong Authentication (Arcot WebFort)

Resolution

To resolve the library conflict issue, below line needs to be added in weblogic.xml of aa-restapi.war file.

<wls:package-name>org.joda.time.*</wls:package-name>