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:
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:
- Go to Settings> Overviews and Search for CMS users
- Open the CMS user you want to authenticate against
- 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!