Pascal Essiembre

Results 74 comments of Pascal Essiembre

I am not too familiar with OKTA SSO, but I can see they support a few authentication methods. Maybe one is supported by the [GenericHttpClientFactory](https://www.norconex.com/collectors/collector-http/latest/apidocs/com/norconex/collector/http/client/impl/GenericHttpClientFactory.html). If not, you can extend...

I did not mean to suggest OKTA was a social auth. The link to the blog post was to point you to an example extending the Collector. There is an...

Can you share test credentials for that one too? From a very quick look at the site, it seems to be using "basic" (or maybe "digest"). I do not know...

Marking as a feature-request to support SAML.

To get the maximum verbosity set the following to TRACE in ``log4j.properties``: ``` log4j.logger.org.apache.http=TRACE ``` If you do not mind sending me temporary credentials via email, I will look into...

Having a second look at your log, I see it rejects the authentication instead of attempting it. Odd... maybe as a test you can try to set the following in...

Interesting... a possibility for sure. Are you storing your password in the Collector XML config? If so, did you try escaping the $ with a backslash in the config? It...

Good news: it is working as expected and I was able to make it work without anything special. It turns out you have put ```` under ```` while it goes...

Is the solution proposed by @OkkeKlein working for you? Otherwise, we can transform this ticket into a feature request to allow pluggable implementations of how files are saved when downloads...

Marking as a feature request to have a way to overwrite/customize the way downloaded files are stored.