You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I published the GROBID server application in an Azure Web App. I added an authorisation layer using the one provided by Azure Web Apps. Now I need to authenticate the GROBID client by passing the bearer authentication token to its header requests. How can I do this?
The text was updated successfully, but these errors were encountered:
This client is a simple base to be adapted on the environment requirements and there is for the moment no mechanisms to pass a bearer, you need to add it.
One simple solution is to add the bearer token defined in the config file or as environment variable secret in the header argument when calling the post() method:
I published the GROBID server application in an Azure Web App. I added an authorisation layer using the one provided by Azure Web Apps. Now I need to authenticate the GROBID client by passing the bearer authentication token to its header requests. How can I do this?
The text was updated successfully, but these errors were encountered: