How to create a IDFSession from a AWS Cognito Token

Alfredo Morales
edited February 20 in Documentum #1

Currently one of my clients have a OTDS deploy configured to redirect to AWS Cognito sing in and redirect back,

one of my current applications currently receives the user/passwords obtains a sessions and execute a series of operations, all this in the server side, no windows for the client,

I need to migrate this flow so the the authentication happens in AWS, and with the returned token I can generate a session, is this possible in DFCs or even DFSs? another option I've been checking and can't find a solutions is using DCTM-REST, and the i cant find a way to feed the Cognito token, is there and endpoint to "translate" the AWS Congito token to a dctm usable token?

this way I am able to get the AWS token:

once I have that access token I don't know whats the next step, any help is welcome.

Tagged:

Answers