Why do I always receive 401 Unauthorized when I try to use the APIs?

I'm trying to use the default APIs in One Identity Manager 8.2.

With PostMan, I'm trying to perform a GET request to the url https://[AppServerURLasFoundInTheDesigner]/AppServer/appserver/authmodules as described in the One Identity Manager 8.2 REST API Reference Guide, but I always receive 401 Unauthorized as a response. Anyway, as far as I understood, this should'n be a request that needs the authentication.

What am I doing wrong?

Thanks in advance

Parents Reply
  • Hi Markus, thank you for your reply.
    It tourned out that the problem was in the official One Identity Documentation, as the One Identity Support said to me. Even if the docs says that the url is https://[AppServerURLasFoundInTheDesigner]/AppServer/appserver/authmodules, this url is wrong: I had to remove an extra appserver from it. Using https://[AppServerURLasFoundInTheDesigner]/AppServer/authmodules as url works fine.

    Thanks anyway.

Children