cancel
Showing results for 
Search instead for 
Did you mean: 

How build a custom fiori client hybrid app without autentication.

nurres
Explorer
0 Kudos

Hi,

We have a custom fiori client app compiled from mobile service using the cloud build service.

This is a B2C app and is oriented to attract potential new clients, so we need to allow the acces to app without using autentication.

We compile the app setting fioriURLIsSMP to false, for point to Fiori portal directly, but we notice that this does not serve us becuse we need use the push notification service. Also we try set secury configuration to "None" from the feature of app, but the behavior was that the application used the login screen by default.

There are some way to build an app that allow to users use it without requesting authentication and send push notifications to communicate marketing information?

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Kevin_SAP
Advisor
Advisor
0 Kudos

If you want to use native PUSH, this requires the use of mobile services (or On Premise SAP Mobile Platform) as native PUSH is not supported directly against Portal/Fiori Launchpad.

For the logon, I haven't tested with using fioriURLIsSMP=false as I only use mobile build with BTP mobile services, but I have tested with the app store version against a URL that does not require authentication and it does not prompt for credentials. Does your Portal site require authentication?

Against mobile services, it should always prompt for authentication.

-kevin