Add exception user REST API failed
book
Article ID: 218803
calendar_today
Updated On: 07-02-2021
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>
Feedback
Was this article helpful?
thumb_up
Yes
thumb_down
No