Need help to Get OIDC access token on authorization code #120
Unanswered
vijay-pandey11
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have integrated Ory Kratos with our custom company-used OIDC provider (call it SAMAUTH). It works fine & I get auth token (access token returned to my react UI which integrates this SAMAUTH.
ORY Kratos does not give me this SAMAUTH back when placed in my react UI..
For some business requirements I need to fetch the SAMAUTH issued authorization code (from React frontend), which is currently received by Kratos via the callback on the successful authorization. Is there any callback which I can hook and receive the authorization code?
Can you please advice how can I achieve the above?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions