1.0.4 • Published 2 years ago

peertube-plugin-oidc-cnr v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

OpenID Connect auth plugin for PeerTube

Add OpenID Connect support to login form in PeerTube.

Configuration

The callback URL to configure on the OIDC provider side is: /plugins/oidc-cnr/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 a paroperty that contains tube.roles Array with this values:

  • Administrator#tube (Administrator)
  • Moderator#tube (Moderator)
  • User#tube (User)

If you want to deny access use this boolean attribute access-property or you can use group-property and allowed-group you can allow only a subset of users to login.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago