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.
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:
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.