> For the complete documentation index, see [llms.txt](https://docs.plextrac.com/plextrac-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plextrac.com/plextrac-documentation/product-documentation-1/account-management/account-admin/security-and-user-management/security/authentication-methods/oauth-openid-setup.md).

# OAuth/OpenID Setup

**OAuth** (Open Authorization) is a standard token-based authorization framework. OAuth enables account information to be used by a third party without exposing the user's account credentials to the third party.&#x20;

It provides the third-party service with an access token that authorizes the sharing of specific account information.&#x20;

**OpenID Connect** is an identity layer built on the OAuth 2.0 protocol that permits a third-party application to obtain a user's identity information managed by a service. This functionality makes it easier for developers to *authenticate* users.&#x20;

Clicking the card below will open further documentation for integrating PlexTrac with the following OAuth/OpenID solutions.

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Microsoft Entra ID</strong></td><td></td><td><a href="/files/IDrgRy6HOQSfVJLgB4SF">/files/IDrgRy6HOQSfVJLgB4SF</a></td><td><a href="/pages/-M3rhysYo2QwNQJWSqVx">/pages/-M3rhysYo2QwNQJWSqVx</a></td></tr><tr><td align="center"><strong>Google OAuth</strong></td><td></td><td><a href="/files/CcSWqgsd95MScyokiWw1">/files/CcSWqgsd95MScyokiWw1</a></td><td><a href="/pages/-M3rMqnUA_tf_WR2NNqY">/pages/-M3rMqnUA_tf_WR2NNqY</a></td></tr><tr><td align="center"><strong>Okta</strong></td><td></td><td><a href="/files/1ugD9exyiT6Q7z5wAX0x">/files/1ugD9exyiT6Q7z5wAX0x</a></td><td><a href="/pages/-M3rki92dRLOJ6I2XrDo">/pages/-M3rki92dRLOJ6I2XrDo</a></td></tr><tr><td align="center"><strong>OpenID Connect</strong></td><td></td><td><a href="/files/6Ecy5GKA2YB3jJgOmVxC">/files/6Ecy5GKA2YB3jJgOmVxC</a></td><td><a href="/pages/TCJQVRiUSIDqWPg4A5LS">/pages/TCJQVRiUSIDqWPg4A5LS</a></td></tr></tbody></table>

## Additional Resources

* [Microsoft Entra ID Documentation](https://learn.microsoft.com/en-us/entra/fundamentals/whatis)
* [Google OAuth Documentation](https://developers.google.com/identity/protocols/oauth2)
* [Okta Developer Documentation](https://developer.okta.com/docs/)
* [OpenID Connect Documentation](https://openid.net/connect/)

### Community Forums

* [Stack Overflow OAuth Tag](https://stackoverflow.com/questions/tagged/oauth)
* [Stack Overflow OpenID Tag](https://stackoverflow.com/questions/tagged/openid-connect)

### Tutorials and Guides

* [OAuth 2.0 Server Guide](https://oauth.net/2/)
* [OpenID Connect Basics](https://connect2id.com/learn/openid-connect)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.plextrac.com/plextrac-documentation/product-documentation-1/account-management/account-admin/security-and-user-management/security/authentication-methods/oauth-openid-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
