From cdc93c845a29908caf60e19e17d7b9a01d62aff1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 16 Nov 2020 09:23:26 +0100 Subject: [PATCH] Improve open id connect readme --- peertube-plugin-auth-openid-connect/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/peertube-plugin-auth-openid-connect/README.md b/peertube-plugin-auth-openid-connect/README.md index 2f14d35..be1ab07 100644 --- a/peertube-plugin-auth-openid-connect/README.md +++ b/peertube-plugin-auth-openid-connect/README.md @@ -4,3 +4,8 @@ Add OpenID Connect support to login form in PeerTube. The initial code of this plugin has been developed with the financial support of the "Direction du Numérique pour l'Éducation du Ministère de l'Éducation et de la Jeunesse" (french Ministry of National Education). + +## Configuration + +The callback URL to configure on the OIDC provider side is: /plugins/auth-openid-connect/router/code-cb +If you don't specifie a role attribute new users will have a 'User' role by default. If you use this attribute it should hold an integer from this set of values: 0 (Administrator), 1 (Moderator), 2 (User).