I am trying to POC using Okta for Authentication and SSO for our portal applications.
We have a Java based Portal application, integrated with Okta as an OIDC application
- configured as web application using Authorization code flow
- custom login page using Okta widget hosted in our portal application for signin
- multiple OIDC applications hosted in our internal network with self hosted login pages.
Question: From the dashboard page of our portal, I want to SSO to other OIDC applications registered with same Okta account. What is the best way to implement this using Okta?