Auth: Allow self serve for improved external session handling feature toggles (#99245)

Auth: Allow self serve for improved external session handling
This commit is contained in:
Misi
2025-01-20 12:33:37 +01:00
committed by GitHub
parent 651430e34a
commit f96a2082d0
2 changed files with 18 additions and 14 deletions
+10 -8
View File
@@ -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",
+8 -6
View File
@@ -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
}
},
{