adjust change logs to show enableExperimentalRedirectFlow at root
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
- c15e0cedbe1: The `AuthConnector` interface now supports specifying a set of scopes when
|
||||
refreshing a session. The `DefaultAuthConnector` implementation passes the
|
||||
`scope` query parameter to the auth-backend plugin appropriately. The
|
||||
@@ -106,7 +106,7 @@
|
||||
- 67140d9f96f: Upgrade `react-virtualized-auto-sizer´ to version `^1.0.11\`
|
||||
- 6e0b71493df: Switched internal declaration of `DependencyGraphTypes` to use `namespace`.
|
||||
- c8779cc1d09: Updated `LogLine` component, which is used by the `LogViewer`, to turn URLs into clickable links. This feature is on by default
|
||||
- 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
- 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
|
||||
- 29ba8267d69: Updated dependency `@material-ui/lab` to `4.0.0-alpha.61`.
|
||||
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
||||
@@ -170,7 +170,7 @@
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1245,7 +1245,7 @@
|
||||
|
||||
- d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
|
||||
|
||||
- 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
||||
|
||||
- 475abd1dc3f: The `microsoft` (i.e. Azure) auth provider now supports negotiating tokens for
|
||||
Azure resources besides Microsoft Graph (e.g. AKS, Virtual Machines, Machine
|
||||
|
||||
Reference in New Issue
Block a user