OneLogin - How can I retrieve user password needed for 3rd party API calls? -


we're using onelogin w/active directory achieve single sign on saml enabled 3rd party application. additionally perform api calls related 3rd party app. api calls require 'basic authentication' header depend on 3rd party app's username , password being available. possible retrieve username/password information through onelogin saml integrated application?

from understand, apps integrated via saml or oauth not store passwords onelogin. means cannot them in our integrated active directory (they encrypted anyway). however... if during user provisioning, force 3rd party accounts have same username/password onelogin account... might work?

any assistance or suggestions appreciated. have flexibility work here have not yet created onelogin or 3rd party accounts.

passwords not provided saml protocol.

you find thread interesting:

alternatives:

  • use saml on api calls (oauth2 saml2 token).
  • when provisioning user account on 3rd party app, force user set local password used on api calls.

Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -