cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori - Custom Application - Ask Authentication

venkateswaran_k
Active Contributor
0 Kudos

Dear All

We have developed some custom Fiori App and deployed.

The application is working fine when the launchpad url is as below ( with IP address ).

:XX.XX.XX.XX:8000/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html

BUT

It is asking for Authentication if I used domain name

domainname:8000/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html


Authentication message as

The server domainname:8000 requires a username and password.  SAP Netweaver application server  DAS/001  


Can someone help me

Where i am missing any configuration at SICF


Regards,

Venkat



Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

because the service that you call inside your code need an authentication.

can you try with this;

url = "/sap/opu/odata/sap/yourservice";

venkateswaran_k
Active Contributor
0 Kudos

Hi Adam

It is having authorization.  Because, the app is working fine when my FTP url is ip:based

It is asking userid and password, only when FTP url is absolute url name.

Regards,

Venkat

venkateswaran_k
Active Contributor
0 Kudos

Dear Masayuki,    Can you please help me if you have any solution.

Masayuki Sekihara 

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Venkat,

You have clearly stated "Because, the app is working fine when my FTP url is ip:based

It is asking userid and password, only when FTP url is absolute url name."

You just need to set FTP work with domain name. Launchpad has nothing to do your FTP.

Regards,

Masa / SAP Technology RIG

venkateswaran_k
Active Contributor
0 Kudos

Can anyone help me on this please.

Regards,

Venkat

LutzR
Active Contributor
0 Kudos

Hi,

probably the framework is mixing up absolute URLs.

You should decide to have ONE single name for your server and everybody should use it always. This makes life much easier.

This should always look like this: https://myfiori.mydomain.com

Try to maintain table HTTPURLLOC. Please make shure there is only one entry in table HTTPURLLOC. When we had two entries Fiori mixed them up.

You have a custom theme and maintained it using theme designer with IP based URL? Try to open it with domain based URL and save it. This fixed URL issues in our Installation.

There were some bugs concerning absolute URL Generation. So make shure that your system is up to date.

You should always use cache buster URL /sap/bc/ui2/flp (but this is just a general recommendation and has nothing to do with your problem).

Regards,

Lutz

venkateswaran_k
Active Contributor
0 Kudos

Hi

The table HTTPURLLOC is blank in our case.

Can we enter the table entry using sm30?


Regards,

Venkat

LutzR
Active Contributor
0 Kudos

Hi. No. This is SE16. Please be aware that creating a first table entry in SE16 is a little tricky. I don't remember details and cannot look it up currently.

Regards,

Lutz