Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

135
Views
Access URL token AFTER SSO redirect express

I'm building an app that uses corporate SSO login. The SSO is configured to redirect users to my back end's /auth endpoint with an access token in the URL. I want to grab the token from the URL, set it as an httpCookie, then redirect my user back to the React front end application. However, it seems that I am unable to access the extended data in the url (token_type, access_token):

Here's what the Url looks like :

http://localhost:3000/auth#token_type=bearer&access_token=eyJhbGciOiJSUzI1NiIsImprd....

Endpoint code :

app.get("/auth",(req,res) => {

  console.log(req)

  res.sendStatus(200)

})
about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!