You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

peertube-plugin-oidc-zitadel

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peertube-plugin-oidc-zitadel

Add Zitadel OpenID connect support to login form in PeerTube.

1.0.6
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

peertube

FAQs

Package last updated on 12 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts