Revert "add management side of OIDC authentication"

This reverts commit 02ce918114.
This commit is contained in:
Alisdair MacLeod
2026-02-03 10:03:38 +00:00
parent 02ce918114
commit 76a39c1dcb
5 changed files with 16 additions and 61 deletions

View File

@@ -2962,9 +2962,6 @@ components:
enabled:
type: boolean
description: Whether bearer auth is enabled
identity_provider_id:
type: string
description: ID of the identity provider to use for OIDC authentication
distribution_groups:
type: array
items:

View File

@@ -474,9 +474,6 @@ type BearerAuthConfig struct {
// Enabled Whether bearer auth is enabled
Enabled bool `json:"enabled"`
// IdentityProviderId ID of the identity provider to use for OIDC authentication
IdentityProviderId *string `json:"identity_provider_id,omitempty"`
}
// BundleParameters These parameters control what gets included in the bundle and how it is processed.