Is it possible to get a hydra oauth token on behalf of a particular user on the backend without their password? I assume the answer has to be yes, but pointers on what this flow entails?
flat-camera-9111
10/13/2023, 2:49 PM
For details, we are trying to create the user in our identity system, then get tokens for them right away w/o any sort of browser bouncing, which is what happens now.
flat-camera-9111
10/16/2023, 12:19 PM
(I did make this work by calling OIDC endpoints in concert with admin endpoints)