Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Jessica Wise
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    Jessica Wise

    @Jessica Wise

    0
    Reputation
    236
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Jessica Wise Follow

    Latest posts made by Jessica Wise

    • RE: Question about Nodebb-plugin-sso-oauth callback functionality

      nvm. Ended up ditching the plugin and just extending NodeBB, which works a lot better for my needs

      posted in General Discussion
      J
      Jessica Wise
    • Question about Nodebb-plugin-sso-oauth callback functionality

      Hi! I have been working on this for a few days, and could use some insight.

      I am working on setting up the Oauth SSO plugin for Nodebb, and have gotten pretty far- I am able to exchange a hash of my client secret and ID for a token, and then redirect the user to the login page. The callback URL is as specified- a relative URL pointing to /auth/<name>/callback, and it looks like my SSO service (custom in house auth system) is making the callback. However, it looks like I am stuck in a loop where the callback just sends a new auth request!

      Where is this callback behavior handled? I've been reading through the libraries and tracing the route the application takes, and I am able to get all the way up to the point I send the redirect, but loose the trail after that.

      Any advice would be greatly appreciated. Thanks!

      posted in General Discussion
      J
      Jessica Wise