Refer to Account Console features by version number (#19716)

This commit is contained in:
Jon Koops 2023-04-14 12:48:36 +02:00 committed by GitHub
parent c3cb50e73d
commit 37e46f3551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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),

View file

@ -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