Skip to main content
Answer

Indicium API call without authorization

  • April 23, 2021
  • 3 replies
  • 125 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. 

Best answer by ruudzijl

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

This topic has been closed for replies.

3 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+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?


  • Author
  • Rookie
  • April 23, 2021

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.


  • Author
  • Rookie
  • Answer
  • April 23, 2021

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