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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 14 deletions

View File

@ -1478,10 +1478,11 @@ var (
FrontendOnly: true, FrontendOnly: true,
}, },
{ {
Name: "improvedExternalSessionHandling", Name: "improvedExternalSessionHandling",
Description: "Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves.", Description: "Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves.",
Stage: FeatureStagePublicPreview, Stage: FeatureStagePublicPreview,
Owner: identityAccessTeam, Owner: identityAccessTeam,
AllowSelfServe: true,
}, },
{ {
Name: "useSessionStorageForRedirection", Name: "useSessionStorageForRedirection",
@ -1714,10 +1715,11 @@ var (
Expression: "false", Expression: "false",
}, },
{ {
Name: "improvedExternalSessionHandlingSAML", 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.", 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, Stage: FeatureStagePublicPreview,
Owner: identityAccessTeam, Owner: identityAccessTeam,
AllowSelfServe: true,
}, },
{ {
Name: "teamHttpHeadersMimir", Name: "teamHttpHeadersMimir",

View File

@ -1859,31 +1859,33 @@
{ {
"metadata": { "metadata": {
"name": "improvedExternalSessionHandling", "name": "improvedExternalSessionHandling",
"resourceVersion": "1736440595516", "resourceVersion": "1737370880023",
"creationTimestamp": "2024-09-17T10:54:39Z", "creationTimestamp": "2024-09-17T10:54:39Z",
"annotations": { "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": { "spec": {
"description": "Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves.", "description": "Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves.",
"stage": "preview", "stage": "preview",
"codeowner": "@grafana/identity-access-team" "codeowner": "@grafana/identity-access-team",
"allowSelfServe": true
} }
}, },
{ {
"metadata": { "metadata": {
"name": "improvedExternalSessionHandlingSAML", "name": "improvedExternalSessionHandlingSAML",
"resourceVersion": "1736440619329", "resourceVersion": "1737370880023",
"creationTimestamp": "2025-01-09T16:33:07Z", "creationTimestamp": "2025-01-09T16:33:07Z",
"annotations": { "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": { "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.", "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", "stage": "preview",
"codeowner": "@grafana/identity-access-team" "codeowner": "@grafana/identity-access-team",
"allowSelfServe": true
} }
}, },
{ {