Hello,
I am trying to integration OKTA in a web application build in Visual studio 2010 asp.net MVC 4 framework 4.0 via OIDC authorization code flow
I have taken the approach of JavaScript SDK for the integration as I couldn’t find any DLL/SDK related to .net framework 4.0 .
I have utilized token.getWithRedirect to get Authorization code but cannot find a way to pass client secret and authorization code to get the access token
I have refered okta-auth-js.min.js for the implementation
Thanks in advance.