gamiller
8 years agoAdept
Generate session key from endpoint with SSO configured
Is there any way to generate a session key using login & password if we already have SSO configured for our community? We're hoping to condense a series of API requests from one of our applications u...
- 8 years ago
gamiller even if the community has SSO, you can still create a non-SSO user via the Community Admin and do an API authentication providing username and password: https://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=sessionauth
As said above, you can then pass the session_key to the endpoint (as restapi.session_key parameter) and all the calls done in the endpoint with the "rest" FreeMarker object will be executed as that specific user.