idsite-src
idsite-src copied to clipboard
Remember me checkbox is not working (always ON)
Regardless if remember me is checked or not the cookie that is configured with the idle timeout and max age is still being applied.
As a developer, when the user checks that the remember me box on ID SIte, I want my application to know that this box was checked, so I can create an application cookie for my user
Agreed. The checkbox has no effect, but it's state should be communicated to the application as one of the parameters via stormpathCallback
Any updates on this issue? We would like to see this implemented. Thank you
Still waiting on this...thanks!
We've received interest via support in this feature. Would be nice to see on the board :)
Any progress on this feature? Is there any chance we can have it this year? Thank you in advance.
There is renewed (enterprise) interest in this. Can we provide an ETA?
Is this functionality likely to be available in Okta, or should I just remove it?
@heatherita, Okta does not offer hosted registration/login pages like Stormpath's ID Site. The closest thing to it is the sign in widget: https://developer.okta.com/code/javascript/okta_sign-in_widget. You can host this widget on a separate domain if you'd like, or embed it directly on your site. It does have a remember me button that works, which you can use.