I’m working as a software Engineer and I’m writing to you regarding the okta login plugin. I’m developing a website in Next.js framework and I want to ask you what do you recommend in terms of security between the SAML login and OIDC considering that according to the Okta documentation only the OIDC is supported for a Next.js project.
Is the custom solution the only solution ? In terms of security, isn’t it less reliable than an OIDC authentification ? Do you have any examples of SSO SAML login using Next.js?
Thanks in advance