Hello team,
we have a requirement of having 2 CTA on home page. Employee Login and partner login.
.
For Employee Login we have different client Id and issuer url.
For Partner Login we have different client Id and issuer url.
Our application is single page application with react.
Below are the okta library we are using
import { Security } from '@okta/okta-react';
import { OktaAuth, toRelativeUrl } from '@okta/okta-auth-js';
Please help me how handle this in react single page application.