Is it possible to get a hydra oauth token on behal...
# talk-hydra
f
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?
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.
(I did make this work by calling OIDC endpoints in concert with admin endpoints)