configure feature_oidc_native_flow as a feature setting, update copy (#11773)
This commit is contained in:
parent
3902ce9c40
commit
5056c12b38
2 changed files with 5 additions and 1 deletions
|
@ -444,8 +444,11 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||
default: false,
|
||||
},
|
||||
[Features.OidcNativeFlow]: {
|
||||
isFeature: true,
|
||||
labsGroup: LabGroup.Developer,
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
displayName: _td("labs|oidc_native_flow"),
|
||||
description: _td("labs|oidc_native_flow_description"),
|
||||
default: false,
|
||||
},
|
||||
"feature_rust_crypto": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue