Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remember Me feature not working for widget with PKCE #219

Open
gustavoghp87 opened this issue Apr 9, 2024 · 0 comments
Open

Remember Me feature not working for widget with PKCE #219

gustavoghp87 opened this issue Apr 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gustavoghp87
Copy link

Describe the bug?

I'm not sure if this is a bug or if it qualifies as a feature request.

Currently, I am attempting to configure the "remember me" checkbox to offer users a choice. It appears that setting configuration options via the 'features' attribute is not possible when utilizing PKCE (authenticated embedded widget).

However, it only functions with the "mandatory remember me" setting available through Okta's dashboard (in the security section, 'Remember user on sign in'), and the checkbox itself does not work at all.

I suspect this feature might only be supported for the hosted widget, or embedded widget without PKCE.

What is expected to happen?

features: { rememberMe: true} should show the "remember me" checkbox

What is the actual behavior?

"remember me" checkbox is shown just when it's enabled on security section and not working

Reproduction Steps?

  1. Embedded widget with PKCE, set "features: { rememberMe: true}" attribute with "Remember user on sign in" feature on Okta's dashboard disabled. Not showing the checkbox.
    Enable "Remember me" on dashboard. It's shown but not working.

Additional Information?

No response

.NET Version

.NET Framework 4.8

SDK Version

7.15.1 and Okta.Idx.Sdk 2.4.1

OS version

No response

@gustavoghp87 gustavoghp87 added the bug Something isn't working label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant