Require website user authentication

Hi,

When using the “Require website user authentication” within a REST data endpoint where can I set the bearer token? I can give it as a header in Postman and it recognizes it:
image

but I need to set it somewhere to validate against. Where can I do this?

Greetings,
Timothy

Hi Timothy,

can you tell more about how you configured the endpoint in Novulo?

And is the authorization option based on a bearer token already available? From what I read they are working on it:
Using bearer token for authentication for end points - [Q&A] Components, Datasets and Plug-ins - Novulo

Cheers!

Hi Geertjan,

I have service authentication type set to “Basic”. But checked the box next to “Require website user authentication”:

Hi Timothy,

thanks for the information.
The token that is used to authenticate against the website user can be found at the CMS user:

  1. Go to Settings> Overviews and Search for CMS users
  2. Open the CMS user you want to authenticate against
  3. The token is given and if needed you can revoke it:

Have a nice day!

1 Like

Hi Geertjan,

This solved it for me. I now can get data from endpoints while using a bearer token as an extra authentication layer. Thank you!