Jared Perreault

Results 113 comments of Jared Perreault

I haven't had a chance to dive deep into this, but I believe there is an issue with `showSignInToGetTokens` not rejecting when an error occurs. You try something similar to...

@jordan-gistlens Can you provide some more details? What version of SIW are you using? Are you using Classic or OIE?

@YImhof Just to clarify, you're observing 2 separate issues: 1. When no redirect is performed, no `state` value is returned 2. When using an external IDP (which involves a redirect),...

Docs: https://github.com/okta/okta-signin-widget#logo > Local path or URL to a logo image that is displayed at the top of the Sign-In Widget ``` import logoImage from './path-to-logo.png'; ``` I believe the...

`ejs` has been removed from our `dependency` list https://github.com/okta/okta-signin-widget/pull/3357/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L244 It is still pull into our repo via `@wdio/cli` however. This a dev dependency (for testing only) and is not included...

@chongruiduan Can you provide more details regarding the issue you're experiencing? Version numbers, repro steps, etc

I'm not completely sure what you're requesting. We do vend a widget bundle without polyfills: https://op1static.oktacdn.com/assets/js/sdk/okta-signin-widget/7.14.0/js/okta-sign-in.no-polyfill.min.js, if that helps

By "legacy support" are you referring to Internet Explorer (via WV2)? Our IE support is achieved by polyfills

We have seen a similar error before, however those customers were using WV2 themselves, where your situation is using the SIW in an environment built on WV2 (which you do...

@master12 Do you have profile enrollment enabled on your org? https://help.okta.com/oie/en-us/Content/Topics/identity-engine/policies/about-ssr-and-pe.htm