# 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="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2Ffqj2xbK7dwBDRvrmJK3s%2FMicrosoft_Entra_ID_color_icon.svg.png?alt=media&#x26;token=5dbd318c-cefe-47c4-9dbd-faa76790342e">Microsoft_Entra_ID_color_icon.svg.png</a></td><td><a href="oauth-openid-setup/azure-ad">azure-ad</a></td></tr><tr><td align="center"><strong>Google OAuth</strong></td><td></td><td><a href="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2FtFZCFvtLZcHqNTe6yKNP%2Fgoogle.jpg?alt=media&#x26;token=beaf55c9-d3e5-4412-9362-e6af31e39916">google.jpg</a></td><td><a href="oauth-openid-setup/google-oauth">google-oauth</a></td></tr><tr><td align="center"><strong>Okta</strong></td><td></td><td><a href="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2FxFWrRhOApx2Dudycww0g%2FOkta_Wordmark_Black_L.png?alt=media&#x26;token=224f3dea-8a23-40d2-8226-5e9be8d55d52">Okta_Wordmark_Black_L.png</a></td><td><a href="oauth-openid-setup/okta">okta</a></td></tr><tr><td align="center"><strong>OpenID Connect</strong></td><td></td><td><a href="https://4252973360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXA6EayCcg12qfDcfXd%2Fuploads%2FIHrkta8RHBvhP9SumywQ%2FOpenID_logo_2.svg.png?alt=media&#x26;token=c6779a89-334e-4821-9abd-0a9c9a8c89a5">OpenID_logo_2.svg.png</a></td><td><a href="oauth-openid-setup/openid-connect">openid-connect</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)
