Skip to main content

All Questions

0 votes
0 answers
11 views

Sso with nextjs

I want make a Single Sign On, where when I access my dashboard.sunize.com.br if there isn't a access_token, I will be redirected to sso.sunize.com.br and I will be authenticated and save my access and ...
perfluka's user avatar
4 votes
0 answers
635 views

How to achieve cross domain SSO given that third party cookies are disabled by default in browsers?

I am trying to work on a cross-domain SSO. I have a single central auth domain and couple of other domains (not sub domains. these are completely different ). Once you click on login, you should be ...
Nikhil S's user avatar
1 vote
0 answers
141 views

How to access an authentication token stored in a cookie set by a request to a different origin of future API requests?

I'm looking into what it would take to create a Single Sign On application that can be used for apps that consist of static clients paired with separate APIs. My (probably incorrect) understanding is ...
Zach Smith's user avatar
  • 8,761
1 vote
1 answer
1k views

Webdriver.IO Dealing with Single Sign On cookies

I'm creating some node.js webdriverio tests. When I connect to any of my sites, there's a check for the presence of a ssosession cookie (among others) to confirm user has access to the page. If it's ...
fbonds66's user avatar
  • 351
0 votes
1 answer
1k views

SSO With AngularJS, get user details

Consider this scenario: I hit a AngularJS based UI url which is SSO protected in a new browser window, for eg. https://somedev.domain.com This makes a GET request to the above url. Now, the browser ...
A.I's user avatar
  • 1,438