Issues Getting Token Using REST API Authentication - Content Server

Options

I'm trying to get a token using REST "api/v1/auth"

This is the request I'm sending via POSTMAN :

As I send the request on chrome, a pop up window comes out and asking for username and password :

What user name and password do I need?

When I cancel the window this is what I get as response :


Comments

  • OTs rest api can only be executed against a anonymous scheme webserver . The pop up looks like IWA applied at webserver or basic authentication. If you are in a domain joined computer then that pop up is your userid and password of the domain .chances are you can make it work with basic authentication but easiest wiould be to remove the IWA on webserver .