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

Local oauth/token not working in RC3 #615

Closed robertjd closed 7 years ago

robertjd commented 7 years ago

The oauth/token endpoint that is provided by express-stormpath (used as a proxy to the oauth/token endpoint of the actual Stormpath application that the express server is configured for) is not working in RC3. You may see this error:

“”HTTP 405, Okta E0000022 (E0000022): The endpoint does not support the provided HTTP method. ”

We will investigate this issue. If you are seeing this error with the Stormpath AngularJS SDK, you can downgrade to version 1.1.1 to work around this problem, the 1.1.1 version will use the JSON form of the /login endpoint, rather than the /oauth/token endpoint.

robertjd commented 7 years ago

This should now be fixed in RC4, please try this new release if you have have been having this problem: https://github.com/stormpath/express-stormpath/blob/4.0.0/docs/changelog.rst#version-400-rc4