Authenticating Web Services in Oracle Analytics Server

You access the web services using the authentication mechanism allowed by your configuration in your Oracle Analytics Server environment.

OAuth Authentication

Send the bearer token in the header of the web service as follows:

  • Header key - Authorization.
  • Header value - Bearer <token>. For example, Bearer eibcccundbccikehkenekhnbhihdctbfnhjinbubgkti.

Basic Authentication

Basic authentication is an HTTP-based authentication scheme that allows clients to authenticate with a server by sending a username and to authenticate a web service request. The destination system validates the user.