cancel
Showing results for 
Search instead for 
Did you mean: 

BO XI 4.1 adsso logon without passing credentials

0 Kudos

Is it possible to establish a connection without passing the userid/password to rest API calls assuming that AD SSO configured on BOE server?

Below is the sample code which we used to connect in the XI 3.1 NET SDK

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_paulsen
Active Contributor
0 Kudos

Hi Sivaraman,

Yes, this is possible, assuming the servers are configured correctly, with:

GET   ../biprws/logon/adsso

No body is required and this call will log on and return a logon token that must be used as the X-SAP-LogonToken in all other calls using the REST API.

Dan