> For the complete documentation index, see [llms.txt](https://docs.pliro.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pliro.co/connect/configure-an-oidc-plugin-or-client-library.md).

# Configure an OIDC plugin or client library

Use an off-the-shelf plugin or client library to handle large parts of your integration.

There are many mature plugins and client libraries that you can use to handle large parts of integrating Pliro Connect. Below are some commonly required configuration options.

All endpoints should be prefixed with your Pliro Site base URL.

<table data-header-hidden data-search="false"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Client ID</td><td>Available in Pliro Dashboard under Settings > OAuth applications > Your application</td><td></td></tr><tr><td>Client secret</td><td>Available in Pliro Dashboard under Settings > OAuth applications > Your application</td><td></td></tr><tr><td>OpenID/OAuth Scope</td><td>openid email profile</td><td></td></tr><tr><td>Discovery endpoint</td><td>/.well-known/openid-configuration</td><td></td></tr><tr><td>Issuer</td><td>Your Pliro Site base URL</td><td></td></tr><tr><td>JSON Web Key Sets (JWKS) endpoint</td><td>/oauth/discovery/keys</td><td></td></tr><tr><td>Login/Authorize endpoint</td><td>/oauth/authorize</td><td></td></tr><tr><td>Token endpoint</td><td>/oauth/token</td><td></td></tr><tr><td>Userinfo endpoint</td><td>/oauth/userinfo</td><td></td></tr><tr><td>Logout/End session endpoint</td><td>/oauth/end_session</td><td></td></tr></tbody></table>
