Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

About SSO

Former Member
0 Kudos

hi, can anybody tell me what the program id , gateway host, gateway service,server count , trustedsys#,trustediss#,trusteddn# are ?please give some examples! Thank a million !

1 REPLY 1

praveenkumar_kadi
Active Contributor
0 Kudos

Hi,

Program Id is just a string which needs to be mentioned in the communication channel and make sure that its the same as given in SM59.

Gatewayhost is the host name of ur server.(ex:XXX.SAPLABS.com)

Gateway service is the gateway of ur server i.e sapgw<SystemNumber>. (eg SAPGW00).

for the program ID you can write whatever you want, but it has to be the same in your RFC Adapter.

trustedsys=<the issuer distinguished name>,000

(for example EP6,000)

trustediss=<the issuer distinguished name>

(for example CN=EP6, OU=EPTeam, O=SAP Trust Community, C=DE)

trusteddn=<the subject distinguished name>

(for examle CN=EP6, OU=EPTeam, O=SAP Trust Community, C=DE)

These properties need to be add to "CreateTicketLoginModule"

in admin tool of engine

For more details visit this pdf(from page 6 onwards

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3a30966a-0b01-0010-b69a-c23036bb...

Hope that ends doubts