Replies: 2 comments
-
I'm in transit but will answer this as soon as i get on a proper station |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We integrated with Torus last year using a custom JWT verifier. The UX is handled in-house and we provide a valid JWT downstream to
getTorusKey
for key material.The latest rebrand and SDK does not seem as willing to give clients the same flexibility, or at least we aren't finding it in the docs.
Tried following BYO JWT Providers from the docs, two discoveries:
id_token
through as the doc suggests doing.OpenLoginAdapter
, which has a requireduxMode
field. We were hoping this was ignored whenconnectTo
is called withid_token
present, but that was not the case.Can you explain the two discrepancies please? We are having troubles there.
And more generally, in the new Adapter/Provider model, is there an equivalent flow to directly calling
getTorusKey
on deprecated Torus client?Beta Was this translation helpful? Give feedback.
All reactions