I want to integrate OKTA with CAS using SAML2.0 protocol,
I want to use OKTA as middle ware, So I will configure my application through OKTA, and then OKTA will communicate with client SSO,
For ex: On hit of login url, page should redirect to client SSO page (SAML 2.0 supported) like CAS or may be Okta itself, Client will login using that page and then that page will return some detail to OKTA, so I can get that detail and do further authorization.
I don’t want to configure each SSO to my system, I just configure OKTA, and generate Application in OKTA, then Okta will do further. and I don’t want OKTA sign-in page.
I read so many things and search a lot but could found proper way for this.
Please guide me to resolve this.