# Using Oauth applications

Appmixer comes with a set of prepared components (applications). Some of them use OAuth 1 (Twitter) authentication mechanism and some of them (Slack, Google) use OAuth 2 authentication mechanism.

If you try to use the Slack component right after fresh Appmixer installation you will get an error `Missing client ID`.

![](https://gblobscdn.gitbook.com/assets%2F-LATDgYqVMe0hChW7efU%2F-MHG39XXcO3l-U_rHgvz%2F-MHG9L2WnX15ic5SKLoB%2FAppmixer.png?alt=media\&token=eec70fab-aa80-4da6-931c-fcd330768e2e)

In the case of the OAuth 1 application, the error will be `Missing consumer key`. As described [here](https://docs.appmixer.com/appmixer/component-definition/authentication#authentication-mechanisms) the OAuth applications need these secrets. The reason we do not provide these secrets with Appmixer is simple. Part of the OAuth application registered in the third party service is the redirect URL which points to your server URL where the Appmixer backend API is running.

Therefore you need to create these OAuth applications on your own. At the end of the process, you will always get a client ID and client Secret (OAuth 2).

Before installing an OAuth application, please visit the APP registration section. It contains specific settings for each application.

The OAuth variables can be set through the [Backoffice](https://docs.appmixer.com/appmixer/appmixer-backoffice/services).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmixer.com/6.0/5.0/appmixer-hosted/oauth-applications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
