diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 42abef63bda..210cd5e422f 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -1478,10 +1478,11 @@ var ( FrontendOnly: true, }, { - Name: "improvedExternalSessionHandling", - Description: "Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves.", - Stage: FeatureStagePublicPreview, - Owner: identityAccessTeam, + Name: "improvedExternalSessionHandling", + Description: "Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves.", + Stage: FeatureStagePublicPreview, + Owner: identityAccessTeam, + AllowSelfServe: true, }, { Name: "useSessionStorageForRedirection", @@ -1714,10 +1715,11 @@ var ( Expression: "false", }, { - Name: "improvedExternalSessionHandlingSAML", - Description: "Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly.", - Stage: FeatureStagePublicPreview, - Owner: identityAccessTeam, + Name: "improvedExternalSessionHandlingSAML", + Description: "Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly.", + Stage: FeatureStagePublicPreview, + Owner: identityAccessTeam, + AllowSelfServe: true, }, { Name: "teamHttpHeadersMimir", diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 9e1075dc8be..90f0d1a7fa6 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -1859,31 +1859,33 @@ { "metadata": { "name": "improvedExternalSessionHandling", - "resourceVersion": "1736440595516", + "resourceVersion": "1737370880023", "creationTimestamp": "2024-09-17T10:54:39Z", "annotations": { - "grafana.app/updatedTimestamp": "2025-01-09 16:36:35.516462 +0000 UTC" + "grafana.app/updatedTimestamp": "2025-01-20 11:01:20.02358 +0000 UTC" } }, "spec": { "description": "Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves.", "stage": "preview", - "codeowner": "@grafana/identity-access-team" + "codeowner": "@grafana/identity-access-team", + "allowSelfServe": true } }, { "metadata": { "name": "improvedExternalSessionHandlingSAML", - "resourceVersion": "1736440619329", + "resourceVersion": "1737370880023", "creationTimestamp": "2025-01-09T16:33:07Z", "annotations": { - "grafana.app/updatedTimestamp": "2025-01-09 16:36:59.329967 +0000 UTC" + "grafana.app/updatedTimestamp": "2025-01-20 11:01:20.02358 +0000 UTC" } }, "spec": { "description": "Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly.", "stage": "preview", - "codeowner": "@grafana/identity-access-team" + "codeowner": "@grafana/identity-access-team", + "allowSelfServe": true } }, {