cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication URL of SAP Portal Server.

midhun_vp
Active Contributor
0 Kudos

Hi,

I don't have much idea portal ( I am an SAP mobility consultant ) but I need to develop a mobile app that authenticate against the portal server. I had experience in developing mobile app authenticating against the SAP servers, I used the ping URL of SAP server ( http://********:8000/sap/bc/ping?sap-client=400 ) for this.

I need an authentication URL for portal server similar to the SAP ping URL. Could anyone please help on this ? The default login url of the portal didn't work here ( http://domain:50000/irj )

Thanks in advance.

- Midhun VP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Midhun VP wrote:

The default login url of the portal didn't work here ( http://domain:50000/irj )

How didn't it work? You weren't shown the logon screen? Is SSO enabled for the portal? If so and SPNEGO is used, you can append ?spnego=disabled to the URI to force authentication by credentials. If any other method of SSO is used, you will probably have to create a resource on the portal with a custom login module configuration so that authentication by credentials is always enforced.

Former Member
0 Kudos

Hi,

Try this if you get some reponse.

http://domain:50000/webdynpro/dispatcher/

or

Call the message server port.

http://domain:8101/msgserver/text/logon?version=1.2

thanks

Rishi abrol

midhun_vp
Active Contributor
0 Kudos

Thanks for your reply Rishi. But unfortunately these links are giving me error

Error for url replacing domain

http://domain:50000/webdynpro/dispatcher/

Details:
  com.sap.tc.webdynpro.services.sal.core.DispatcherException: Wrong WebDynpro-URL: no deployable object and application name specified
Exception id: [E21697060CC90029000000D400DD00960004EA093EC3E56A]

Error for url after replacing domain

http://domain:8101/msgserver/text/logon?version=1.2

The requested resource does not exist.
  Details:
  Go to main page of this application!

- Midhun VP

Former Member
0 Kudos

first url comes like that but second should work with all the port in response.

Check if the port are open if firewall is there.

Thanks

Rishi Abrol

Former Member
0 Kudos

Like  shown in the figure below.

http://<_msg_server_host>:<j2ee_msg_server_http_port>/msgserver/text/logon


Thanks Rishi

midhun_vp
Active Contributor
0 Kudos

Hi Rishi,

As you mentioned it is getting me the below response for the URL http://domain:8101/msgserver/text/logon?version=1.2

but it is not satisfying my requirement. I need a url that can be used exactly like the ping url of SAP

( http://********:8000/sap/bc/ping?sap-client=400 ).  If I am  executing this  url in the  browser the response looks like this,


I am searching for a similar solution. When I am trying with the given urls for portal server I am getting this error while configuration in Sybase unwired platform (SAP Mobile Platform). "The server at the specified URL is not setup to authenticate the user".

- Midhun VP

Former Member
0 Kudos

Hi,

I thought that you need a service where you dont want to do authentication check. If you want to do authentication check then why dont you ask a developer to create a url iview and call the same ping service from the backend using portal or use the suggestion provided by  Samuli,

Thanks

Rishi abrol

midhun_vp
Active Contributor
0 Kudos

When you say developer, may I know who is responsible to develop this?

Former Member
0 Kudos

Hi,

Developer on portal who can create iview and map it to user and backend service.

Thanks

Rishi Abrol