Custom Function authentication and POST method

Hi @Andrea

If I understand correctly the last parameter of the url must be “login” and not the name of the authentication function (“login” is directly associated to the custom authentication function). Right?

Correct only 1 auth function can exist per application.

The output you got is the expected output for successful authentication.

Now you can use this token to authenticate services via a Bearer header just as explained for graphql queries here:

Please let me know if you have any additional questions.

Best regards,
Pavel

1 Like