Test Data Manager

 View Only

 Getting bearer token with saml login using only api

Vincent Roy's profile image
Vincent Roy posted Apr 11, 2024 03:51 PM

Hi,

We currently have a setup in which the application is accessible through the web browser by logging in with an internal identity provider. I would like to use the same identity provider to get authenticated with the application exclusively through api for some other use cases.

I have looked through the api reference for the version we are using, but it doesn't seem to list the endpoints relating to SSO. I have tried manually going through all the calls the webpage is doing with only api calls, but can't manage to transform the SAMLResponse into the jwt catdm uses for all subsequent api calls.

The portal reports using the version 4.10.239.0

Is there some example or some more documentation I can look into?

Regards, 

Vincent

Bradley Gray's profile image
Broadcom Employee Bradley Gray

Hi Vincent,

Currently, the APIs only support Native authentication and AD/LDAP authentication. We do not support SSO/SAML authentication through the APIs. This has been submitted as a future enhancement.

Regards,
Brad