Skip to main content

All Questions

0 votes
1 answer
514 views

How to pass a token on an Azure Function response as a cookie with a redirect?

Considering the following code: const { SAMLResponse } = qs.parse(context.req.body) const { clientName } = context.req.params try { const samlResponseFormatted = decodeURIComponent( ...
Ericson Willians's user avatar
1 vote
0 answers
107 views

SSO authentication, behind-the-scenes data passing

Good evening, I am developing an SSO authentication system, with 2 different domains. Authentication: auth.aettr.pt Application: my.aettr.pt After the user is authenticated, the authentication domain ...
Tomás Figueiredo's user avatar
2 votes
1 answer
2k views

SSO Login in Cypress

the app that I test has SSO login. So, 1st I am cy.vist(xxx) to one URL then system directs me another cy.visit(yyy). But currently I cant handle the issue that currently I am facing. Can you please ...
Luna's user avatar
  • 331
0 votes
1 answer
51 views

Can SSO be used by AD users when using my externally hosted website developed for those users?

I am developing a web site for an organization that used AD for validating its own employees. I am required to host the web site externally. The organization requires a Single Sign On for its ...
alokofaarmax's user avatar
3 votes
0 answers
340 views

Azure SSO using saml in node js keeps redirecting

I am trying to implement Azure SSO saml login on node.js. I have configured the app in Azure and got login URL, cert and issuer. In node js code, I am using passport-saml npm. I have initialized the ...
Abhishek's user avatar
  • 1,006
1 vote
1 answer
331 views

How to connect Wix Answers to my SSO server

I made a makeshift 'sso server' which I want to connect to Wix Answers. Wix is a CMS. Wix Answers is a help center where you can customer FAQs, have customers receive support videos, and the customer ...
sao's user avatar
  • 1,833
0 votes
0 answers
123 views

Nodejs to redirect to different URL with Form Submit

When I do a post to a backend service and get a 307 in my response, I'm doing a res.redirect('/'). Instead of doing that, can I redirect to a URL that belongs to a completely different site as well as ...
user6728767's user avatar
  • 1,193
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
2 votes
1 answer
4k views

How to test saml2-js with free IdP like samling?

I am very new to SAML authentication so a lot of the concepts are still new to me. My original goal was to create a node.js script that can do SAML authentication. After doing some research I was ...
capesantes's user avatar
0 votes
0 answers
29 views

How to achieve single sign-on before and after separation?

Assuming the api interface is api.a.com, the login operation is done at login.a.com, and the login state is realized when b.com and c.com are accessed. After login, End will return a token user ID, ...
wmui's user avatar
  • 1
0 votes
1 answer
99 views

how to execute node js function from javascript

I am creating a java web application and i would need to access the machine's environment variables that opens my site, in this case i would use username and domain. These data help me to exploit ...
Marco R.'s user avatar
2 votes
2 answers
2k views

How to get header variables passed to my angular 2 application via SSO?

I am new to Angular 2 + NodeJS. I come from .NET. In .NET, I know you would just get the request object and pull the server variables out but in angular 2 it seems you have to some how get the ...
imGreg's user avatar
  • 900
1 vote
0 answers
69 views

How do I follow an oath 1.0 redirect with Node?

I'm using this API: https://github.com/JohnDeere/MyJohnDeereAPI-OAuth-NodeJS-Client and I can't follow the redirect on the back-end. When I visit localhost:3000/oauth from the browser, the /callback ...
Brendan Carr's user avatar
0 votes
1 answer
862 views

Bluemix Single Sign for Node.js throws 'crypto.createCredentials is deprecated' error

I'm stuck in an attempt to configure the Bluemix Single Sign On service in my Node.js app. Both Cloud Directory and Google+ API identity providers keep failing with the following error message: (...
NicoS's user avatar
  • 1
1 vote
2 answers
271 views

Bluemix Single Sign On doesn't show login page

I did the tutorial to visualize data from my raspberry pi using the IoT Foundation Service and a the .js boilerplate. I followed the following tutorial: https://developer.ibm.com/recipes/tutorials/...
Jenkins's user avatar
  • 121

15 30 50 per page