Hi There,
I have a single-page web app and I have added an okta signing widget by following this tutorial https://developer.okta.com/blog/2020/07/15/secure-serverless-functions-with-netlify (https://github.com/oktadeveloper/okta-netlify-function-example/blob/master/client/index.js)
successfully. Also, made okta verification for app APIs.
it is working fine. it allows an employee to log in to the web app before access app functionality.
But I want an employee can directly access web App functionality (No need to login on App again) by click on the web App tile at the company Okta dashboard. and redirect to the Web APP.
What do I need to change in the code here https://github.com/oktadeveloper/okta-netlify-function-example/blob/master/client/index.js?
Thank you