-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, 7.3.X, Master
-
Fix Version/s: 7.0.0 DXP FP97, 7.0.X, 7.1.10 DXP FP20, 7.1.10.5 SP5, 7.1.X, 7.2.X, 7.3.10 DXP FP1, 7.3.10.1 DXP SP1, 7.3.6 CE GA7, 7.3.X, 7.4.13 DXP GA1, Master
-
Component/s: Application Security > CAS
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Sprint:Iteration 49
-
Git Pull Request:
Steps to Reproduce:
- Create a component that implements UserImporter and register it as UserImporter.class service with service.ranking 100. Attached files can be used for testing.
- Execute, from the Gogo console the following command:
scr:info com.liferay.portal.security.sso.cas.internal.auto.login.CASAutoLogin
Actual Results:
Liferay's default implementation is bounded to CASAutoLogin.
Expected Results:
Custom UserImporter should be bounded to CASAutoLogin.