ADF Mobile applications use standard HTTP mechanisms for
authentication. The HTTP protocol, however, does not handle
authorization. Thus, to enable...
ADF Mobile applications use standard HTTP mechanisms for
authentication. The HTTP protocol, however, does not handle
authorization. Thus, to enable applications to obtain the roles and
privileges of a specific user, you need to implement a REST
web service called the Access Control Service. In this post, I will
show you how to implement the foundations for that service.
The product documentation states that the Access Control Service
consumes and produces JSON data. The...
ADF Mobile applications use standard HTTP mechanisms for
authentication. The HTTP protocol, however, does not handle
authorization. Thus, to enable applications to obtain the roles and
privileges of...