Closed robertjd closed 7 years ago
What do I need to change in this file to make this work with Okta?
https://github.com/stormpath/stormpath-angular2-express-example/blob/master/server/server.js
Related: how do I setup my Okta instance to work with this?
Thanks @mraible , great questions. Take a look at the mods to the changelog? If it's not clear let me know and I'll get more detailed. As we go through this migration I want to use the changelog to collect all the notes.
Authentication now happens against an Okta Authentication Server
Token validation is done with the Okta access token, and the application users API.
Logout uses revoke on the Authorization Server.
Begin writing the changelog for this next major version.
Tests will be failing in this PR, as I have not yet addressed the functional differences, or the change to ES6 classes.
This branch still requires you to provide Stormpath configuration somewhere, as I haven't yet removed those dependencies.
Todos:
https://dev-<my org id>.oktapreview.com
OAuthPasswordGrantAuthenticationResult
as much as posssible