Can we build a custom login page and have the okta PKCE flow for interacting with Okta APIs (from angular app).
We need to have a custom login as we have a custom captcha to diaplay and okta does not support our custom captcha.
Can we build a custom login page and have the okta PKCE flow for interacting with Okta APIs (from angular app).
We need to have a custom login as we have a custom captcha to diaplay and okta does not support our custom captcha.
Definitely should be doable.
If you’re looking to use our Widget, take a look at this guide: Embedded Okta Sign-In Widget fundamentals | Okta Developer
If you plan to use AuthJS to handle the primary authentication flow instead, check out this guide: Sign in to your SPA with Auth JS | Okta Developer