cancel
Showing results for 
Search instead for 
Did you mean: 

RESTful Logon Using Key or Cetificate, Not User Id/Password

MichaelGrackin
Contributor
0 Kudos
230

Anyone developing an application using the BusinessObjects RESTful API that uses some sort of Key or Certificate for logon instead of passing credentials? We would like to avoid issuing functional accounts that require passing User ID and Passwor dcredentials for applications to interact with the RESTful Web Services.

Any information would be greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

You could configure it to use Trusted authentication, so you would only be sending the user ID. Also, I believe that in the more recent releases SAML authentication is possible.

-Dell

Answers (1)

Answers (1)

MichaelGrackin
Contributor
0 Kudos

Thanks Dell. I have been reading up on the SAML stuff and I am familiar with the Trusted authentication.