Refer to Account Console features by version number (#19716)
This commit is contained in:
parent
c3cb50e73d
commit
37e46f3551
2 changed files with 4 additions and 4 deletions
|
@ -44,8 +44,8 @@ public class Profile {
|
|||
AUTHORIZATION("Authorization Service", Type.DEFAULT),
|
||||
|
||||
ACCOUNT_API("Account Management REST API", Type.DEFAULT),
|
||||
ACCOUNT2("Account Management Console", Type.DEFAULT, Feature.ACCOUNT_API),
|
||||
ACCOUNT3("New Account Management Console", Type.EXPERIMENTAL, Feature.ACCOUNT_API),
|
||||
ACCOUNT2("Account Management Console version 2", Type.DEFAULT, Feature.ACCOUNT_API),
|
||||
ACCOUNT3("Account Management Console version 3", Type.EXPERIMENTAL, Feature.ACCOUNT_API),
|
||||
|
||||
ADMIN_FINE_GRAINED_AUTHZ("Fine-Grained Admin Permissions", Type.PREVIEW),
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
FIPS 140-2 support in Keycloak, which was preview in the previous release, is now promoted to be officially supported.
|
||||
|
||||
= Experimental new Account Console
|
||||
= Experimental Account Console version 3
|
||||
|
||||
The Account Console Version 3 is now available as an experimental feature in Keycloak. This version supports custom fields created with User Profile. If you are looking to try it out and provide us with some early feedback you can enable it as follows:
|
||||
The Account Console version 3 is now available as an experimental feature in Keycloak. This version supports custom fields created with the 'User Profile' feature. If you are looking to try it out and provide us with some early feedback you can enable it as follows:
|
||||
|
||||
```
|
||||
bin/kc.sh start-dev --features=account3
|
||||
|
|
Loading…
Reference in a new issue