Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
jaas-0.0.2
-
None
Description
The JAAS configuration entries that are managed by configuration are sorted using the "jaas.ranking" property, but the entries that are managed via a LoginModuleFactory service are ranked using the "service.ranking" property.
this might be a problem if an implementing class also implements another service that is ranked by the "service.ranking" property (e.g. the AuthenticationHandlers in Sling).
Suggest to use the "jaas.ranking" also for LMF service based entries.