how to make okta app that is diplayed on user dashboard and authentication code directly to the app to login into the web application?
Okta cannot make this /authorize request as it is not supported by the OpenID Connect specs.
Please see this article on how to make an OIDC App visible in the Okta Dashboard and what are the different login flows available - https://support.okta.com/help/s/article/How-to-make-the-OIDCOAuth-App-visible-in-Okta-dashboard-and-what-are-the-login-flows-available?language=en_US
Thank you for your response @piyusha, as now what I did is I created a separate callback page in my web app and when the user from the OKTA dashboard clicks on the app tile it will redirect him to the callback page where based on the iss={} param I handled to trigger an API /authorize to get the code and followed the next API. Is this the right approach or I can do it in a better way
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.