cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove the SAP login in branded MDK app ?

Sourabh1
Explorer
0 Kudos
219

Recently, I created a Branded MDK app for a client, and the app works fine. However, when I install the branded app on the client’s phone, it prompts for an SAP login. How can I remove this login prompt, and are there any alternative methods?

View Entire Topic
Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

@Sourabh1 

The SAP Universal Login or any login screen in the MDK client is based on the trust configuration in your BTP subaccount. The MDK client requires the user to authenticate in order to access the application. Authentication can be done using either basic credentials or certificate-based authentication.

What login screen do you have in the app? What does it do?

Sourabh1
Explorer
0 Kudos
@Jitendra_Kansal right now we are migrating the android app to MDK app. In android app we use login process of entering user ID and which fetch the user details which have mobile number. On that number OTP sent, if both OTP matches then user login in. In our case customer does not have sap universal ID, so that users are unable to get login screen which we have developed for login. They stuck on the sap login screen, so that why we want skip SAP authorization screen.