Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2017-07-11 02:53 AM
I have been trying to set us a basic rest call to RSA Archer for login. I was able to extract the following URL for making the call from API guides and forums
http://RsaArcher/api/core/security/login
But when a call in made to this URL. I receive an error "java.net.UnknownHostException: Unable to resolve host "rsaarcher": No address associated with hostname"
I did verify a proper internet connection before testing it. The platform is Android.
So what should be the hostname in this case?
2018-10-26 09:54 AM
Make sure you are using the right URL, and that your user login values are correct, include their cAsE SeNsItIvItY.
2018-10-26 10:14 AM
Yes, we’ve done this. We’re truly stumped.
We’re using Siteminder, though it shouldn’t impact. The integration worked in DEV (the failure is in Staging).
2018-10-26 10:34 AM
Maria is Siteminder protecting the /api folder? It shouldn't be protecting the api, contentapi and ws folders.
Advisory Consultant
2018-10-26 10:56 AM
We definitely covered that when we upgraded the environment in August- no, Siteminder is not protecting the API folder.
2018-10-26 11:13 AM
for invalid logins can you check if anonymous authentication is enabled for ws folder as you has sso for root.
2018-10-26 11:20 AM
Update: I can authenticate using the sysadmin account. Obviously we can’t make that our final solution. No other account in the system works. Could this be due to a security parameter setting/difference between the DEV and Staging environments?
2018-10-26 11:30 AM
Update 2: I found the issue-in Staging our security parameters were set up with password expiration reminders; this was apparently thwarting authentication via REST. Turning off the reminders solved the problem. Any chance this can be fixed in future iterations?
Thanks for your help.
Maria
2018-10-26 11:35 AM
You mean Password Expiration Notice? It should not be the case, unless account you use is expired.
If it is so, I recommend to open ticket to support.
2018-10-26 11:37 AM
Maria, fixed in what manner? It's out of the box configuration I believe for end users; non-SSO of course.
Ideally just like data feeds you should create a new security parameter for API users so that the password don't expire for the maximum time.
Advisory Consultant
2018-10-26 11:43 AM
David, is it so that Password Expiration Reminder in Security Parameter would make users to be non-authenticated over REST API? What is the relationship here, I do not get