mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(extensions): remove oauth extension (#4156)
* feat(oauth): remove oauth providers * feat(extensions): remove references to oauth extension
This commit is contained in:
parent
00f4fe0039
commit
ff250a202a
6 changed files with 15 additions and 138 deletions
|
@ -1257,7 +1257,7 @@ const (
|
|||
_ ExtensionID = iota
|
||||
// RegistryManagementExtension represents the registry management extension
|
||||
RegistryManagementExtension
|
||||
// OAuthAuthenticationExtension represents the OAuth authentication extension
|
||||
// OAuthAuthenticationExtension represents the OAuth authentication extension (Deprecated)
|
||||
OAuthAuthenticationExtension
|
||||
// RBACExtension represents the RBAC extension
|
||||
RBACExtension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue