Mendix REST API Authentication problem

0
Hi all, I am trying to integrate a custom authentication rest API service into the application using the video below but I can't get access. I'm using postman to test the integrated API using a custom Microflow (AuthHandler). I have been looking at this for a few days and I can't figure it out. Does anyone know where the error lies?   I'm doing the exactly same thing as the what the video shows, but it doesn't come through.. The main goal here is to set up a custom authentication using a token   YouTube    
asked
5 answers
0

You need to create ServiceUser and use it when the ApiKey is correct.

image.png

image.png

answered
1

Hi Fouad,

 

You can try use JWT module available in marketplace with using this you can able to generate and decode tokens about JWT here.

 

Hope it helps!

Thanks & Regards,

Manikandan K

answered
0

have you tried adding the breakpoint on auth microflow and check, if it is going in true flow or false?

answered
0

This is how the Auth Microflow looks like. I've also added this as a parameter to the Auth Microflow I'm using

image.png

 

image.png

 

image.png

answered
0

This is the error I get

image.png

answered