Hi All,
We are using SUP 2.1.3 patch 02. for developing ODATA based application. Can any one help us out.
Problem 1:
- When the user connects to SUP he is getting authenticated by using the Named user name and password which is there at ECC.
SUP connect to ECC using the HTTP authentication mechanism if the credential is success user is getting registered.
The API that we can to perform the above activity Is RegisterUser available in liteuserManager. We are using Automatic registration.
Problem we face: When user is logging on for second time we don’t know which method to invoke and continue to use the same registerUser but it is not authenticating the user, even if user’s credential is wrong application is not throwing any error.
Please suggest the correct API that we need to call for subsequent User authentication
Problem 2:
- Keeping the above scenario intact. We are using Standard service Account to connect
access the ODATA URL. In the application we are explicitly Specifying the ODATA
URL username and password. It is been sent as part of SDM connectivity
parameters. But SUP call the ODATA Service with the Registered username and not
the service account that we have explicitly mentioned. - Problem we face:
SUP is connecting to ODATA URL with the same username defined for
registration and therefore Gateways is responding with 4xx unauthorized error.
Are we missing out any parameters can anyone guide on this. In the Gateway Box we have only service users and not named users.
We are working on Android
Devices ICS and above.
Thanks
-Arun