cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Fiori Application Generator: How to connect to a bearer authenticated OData Service?

ming-ann
Associate
Associate
0 Kudos
296

I have been experimenting with generating applications using the SAP Fiori Application Generator npm extension. I do not face any issue connecting to my locally run mock OData service during step 2: connect to a data source, which does not require any authentication.

However, the extension only seems to support connecting to an OData service that has been set up with basic authentication (i.e. requires a username and password). However, my live OData service has been set up with bearer authentication.

I have the following questions:

  1. How can I connect to my bearer authenticated OData service using the SAP Fiori Application Generator extension?
  2. If this isn't possible, how can I manually set up my app to support this?

 

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
SAP Champion
SAP Champion
0 Kudos

it has nothing to do with ui, it has be handled at your backend.