RFC8693 microservice #3128
corrideat
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Hey @corrideat, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've made an RFC8693 (token exchange) microservice in TypeScript for Node.js. Currently, it has some hardcoded values in the claims section that make it require some changes to run in a general setup, but the plan is to make it more generic.
The code is at https://github.com/Exact-Realty/hydra-rfc8693/
Mostly, it trusts its inputs (with regard to claims in the exchanged token) and is meant to sit behind another service making requests to it, and not to be publicly available. Because of Hydra API limitations, issuing an exchanged token requires simulating some user interactivity (making and accepting login and consent requests).
Beta Was this translation helpful? Give feedback.
All reactions