Re: issue about requesting the MCF API

2022-10-11 Thread Olivier Tavard
Hi Karl, My bad, actually everything is working as expected: I tried the authentication directly with the obfuscated password on the client side instead of sending the password in clear in the API calls. The properties are working as they should be expected. Sorry for this mistake. Best

Re: issue about requesting the MCF API

2022-10-11 Thread Karl Wright
Yes, that is the right property. If that is not working for you I will need to research why. Can you please create a ticket. Karl On Tue, Oct 11, 2022 at 7:58 AM Olivier Tavard < olivier.tav...@francelabs.com> wrote: > Hi Karl, > > Thanks for your answer. > in my example (first one), I used

Re: issue about requesting the MCF API

2022-10-11 Thread Karl Wright
Obfuscated passwords must be set with a different property name, beginning with "obfuscated". Karl On Tue, Oct 11, 2022 at 2:36 AM Olivier Tavard < olivier.tav...@francelabs.com> wrote: > Hi, > > I cannot do a request to the API with the API login password obfuscated. I > always have to use

issue about requesting the MCF API

2022-10-11 Thread Olivier Tavard
Hi, I cannot do a request to the API with the API login password obfuscated. I always have to use the clear password in order to establish the connection. Example with a MCF 2.23 ootb : property.xml modified with these values : API call with curl : #!/bin/bash -e