diff --git a/README.md b/README.md index ca9f992..66bd6e3 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@

OAuth2 / OpenId Authentication in Volto

-Addon implementing Social Login in Volto sites. +Addon implementing OAuth2 / OpenId Login in Volto sites. + +This addon requires a server-side package to be installed. Currently we support one of the following: + +* [pas.plugins.authomatic](https://github.com/collective/pas.plugins.authomatic/) version 1.0b2 or superior +* [pas.plugins.oidc](https://github.com/collective/pas.plugins.oidc/) version 2.0.0a1 or superior -It requires [pas.plugins.authomatic](https://github.com/collective/pas.plugins.authomatic/), version 1.0b2 or superior, to be installed and configured on the Plone backend.