Can we use okta saml 2.0 to integrate sso for a webapp with tech stack as JSF jdk 1.7

can we use okta saml 2.0 to integrate sso for a webapp with tech stack as JSF(framework-dynamic web project-web.xml) jdk 1.7
if no then what is the way to select the right way to integrate okta with any tech stack web app.
is there any pre-requisite to follow to get the proper configuration details .

Hello,
You should be able to use either. For SAML Okta does not provide any SDKs so you would need to use another SAML 2.0 compatible library.
For OIDC Okta provides integrations with Spring. We also provide okta-auth-java which is an authentication SDK that you can use in non Spring applications. A sample can be found here.

There is a blog with JSF, but that used Spring as well, see here.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.