-
Notifications
You must be signed in to change notification settings - Fork 232
Problem defining custom callback route #340
Comments
Same issue here. Implementing a custom handler for the login callback doesn't seem to continue the login process correctly. Did you ever found a fix for this? |
Internal ref: OKTA-306433 |
If you define In you example you can just remove Also, please update to the latest version, see migration guide.
|
I'm submitting this issue for the package(s):
I'm submitting a:
Current behavior
After redirecting, I'm getting
Cannot GET /auth-code/callback
Expected behavior
It should redirect and oauth middleware should register a new route into express.
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
I'm trying to persist the user information into a database when it goes to callback.
Environment
node -v
): v8.11.2The text was updated successfully, but these errors were encountered: