Solved

Indicium API call without authorization

  • 23 April 2021
  • 3 replies
  • 102 views

Is it possible to start a system flow by using an Indicium API call without authorization?

Or is there a workaround?

We want to use this to verify an email address by using a link inside a mail. 

icon

Best answer by ruudzijl 23 April 2021, 10:44

View original

3 replies

I solved the above problem by using a RDBMS account instead of an IAM account.

Thanks Mark for the reply!

I was trying this:

http://username:password@/domain/indicium/open/iam/ont/process_call

But I still get the login page.

Userlevel 7
Badge +23

Hi Ruud,

It is currently not possible to do that but it is possible to add an Authorization header with the URL. Would that be a solution for you?

Reply