We're using OneLogin w/Active Directory to achieve Single Sign On with a SAML enabled 3rd party application. We would additionally like to perform API calls related to the 3rd party app. The API calls require a 'basic authentication' header which depend on the 3rd party app's username and password being available. Is it possible to retrieve the username/password information through OneLogin for a SAML integrated application?
From what I understand, apps integrated via SAML or OAuth do not store their passwords with OneLogin. Which means I cannot look them up in our integrated Active Directory (they would be encrypted anyway). However... if during user provisioning, I were to force all 3rd party accounts to have the same username/password as the OneLogin account... might that work?
Any assistance or suggestions would be appreciated. I have some flexibility to work with here as we have not yet created any OneLogin or 3rd party accounts.