Need help to Get OIDC access token on authorization code #120
Replies: 1 comment
-
Hello @vijay-pandey11 It seems this is a duplicate of ory/kratos#4127 See my answer here: ory/kratos#4127 (comment) |
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
-
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