MobileFirst 8 UserAuthenticationSecurityCheck javascript class

183 Views Asked by At

we have working MobileFirst 6.3 javascript adapters on our app and authentication is based on the setActiveUser and getActiveUser of the WL.Server APIs.

Which is the equivalent in MobileFirst 8? I see that there is the UserAuthenticationSecurityCheck, but available only on java Adapters..

Thank you

1

There are 1 best solutions below

1
On

In MobileFirst Foundation 8.0 authentication flows are implemented using security checks, and security checks are only Java adapters. There is no equivalent for this in JavaScript adapters for v8.0.

I recommend that you will read through the following topics to learn more about migrating to v8.0: