For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Client ID

Available in Pliro Dashboard under Settings > OAuth applications > Your application

Client secret

Available in Pliro Dashboard under Settings > OAuth applications > Your application

OpenID/OAuth Scope

openid email profile

Discovery endpoint

/.well-known/openid-configuration

Issuer

Your Pliro Site base URL

JSON Web Key Sets (JWKS) endpoint

/oauth/discovery/keys

Login/Authorize endpoint

/oauth/authorize

Token endpoint

/oauth/token

Userinfo endpoint

/oauth/userinfo

Logout/End session endpoint

/oauth/end_session

Last updated