stormpath / express-stormpath

Build simple, secure web applications with Stormpath and Express!
http://docs.stormpath.com/nodejs/express/
Apache License 2.0
325 stars 111 forks source link

Okta rc4- password reset of super admin #621

Open mdeggies opened 7 years ago

mdeggies commented 7 years ago

If you try to reset the password of a super admin (using express-stormpath rc4), you can go through the entire flow until you get to http://localhost:3000/change?spToken=adflkdjfkdkjf. On this page, you enter in a new password, confirm it, and click Submit. You'll get an error that says Request is missing a required parameter.

I'm not sure whether it should be possible for super admins in Okta to reset their passwords using the express-stormpath library. If they should, this is a bug. If they shouldn't, the error message (or at least the developer message) should be changed.