Alex
Results
2
issues of
Alex
Hello, We are trying to change the password for Okta users using a custom page. ``` changePassword: { enabled: true, uri: "/api/change", view: __dirname + "/views/change-password.jade", nextUri: "/api/login?status=reset", errorUri: "/api/forgot?status=invalid_sptoken"...
Example: If we update a custom field in Okta and logout out from our application and log back in the data we previously saved in Okta is replaced by the...