-
Bug
-
Resolution: Done
-
Critical
-
7.1.0.ER3
Book: Migration Guide, revision 7aab6ad6846f97a41853dd40537a06426ae845da
Section: 7.3.1. Migrate Properties-based Authentication and Authorization to Elytron
There are some issues in section 7.3.1. Migrate Properties-based Authentication and Authorization to Elytron:
- Procedure in 7.3.1.2. MIGRATE LEGACY PROPERTIES-BASED CONFIGURATION TO ELYTRON uses FORM mechanism for http-authentication-factory but Management Console uses DIGEST mechanism. It means that steps in documentation result to configuration which cannot be used for authentication to Management Console. To fix this, in procedure in 7.3.1.2. MIGRATE LEGACY PROPERTIES-BASED CONFIGURATION TO ELYTRON use
mechanism-configurations=[{mechanism-name=DIGEST,mechanism-realm-configurations=[{realm-name=RealmName}]}]
instead of
mechanism-configurations=[{mechanism-name=FORM}]
and update resulting configuration.
- In procedure for 7.3.1.2. MIGRATE LEGACY PROPERTIES-BASED CONFIGURATION TO ELYTRON there is point 5. with sentence Add the two authentication factories and remove the legacy security realm references. This sentence can be imporved with something like (...) to secure http-interface with Elytron.
- blocks
-
JBEAP-7197 [7.1] Migration - Provide EAP 7.0 and EAP 7.1 Compatibility for security subsystem
- Closed