IDForwarding: Add toggle for id forwarding (#75378)

Features: Add toogle for id forwarding
This commit is contained in:
Karl Persson
2023-09-25 17:21:28 +02:00
committed by GitHub
parent f46b78ec38
commit d15661c726
5 changed files with 18 additions and 4 deletions

View File

@@ -144,7 +144,8 @@ Experimental features might be changed or removed without prior notice.
The following toggles require explicitly setting Grafana's [app mode]({{< relref "../_index.md#app_mode" >}}) to 'development' before you can enable this feature toggle. These features tend to be experimental.
| Feature toggle name | Description |
| --------------------- | -------------------------------------------------------------- |
| `entityStore` | SQL-based entity store (requires storage flag also) |
| `externalServiceAuth` | Starts an OAuth2 authentication provider for external services |
| Feature toggle name | Description |
| --------------------- | -------------------------------------------------------------------------------------------- |
| `entityStore` | SQL-based entity store (requires storage flag also) |
| `externalServiceAuth` | Starts an OAuth2 authentication provider for external services |
| `idForwarding` | Generate signed id token for identity that can be forwarded to plugins and external services |