Skip to main content

All Questions

0 votes
0 answers
29 views

Setup SAML in firebase

How can I setup SAML for my firebase project ? I found a document related to this problem but I'm confused how to find these information like in the image below. Is there a way to identify them in my ...
sieusaopolo15's user avatar
0 votes
0 answers
79 views

How do you get AWS SDK to obtain a role when signing in from Azure AD SSO (Enterprise Application) redirected via Relay State?

I'm working on allowing the AWS SDK to access AWS resources from the browser. I'm using Azure AD Idp-initiated Enterprise Applications flow. The Consuming service is signin.aws.amazom.com/saml and the ...
Maxicl's user avatar
  • 34
1 vote
0 answers
241 views

Firebase SAML SSO Changing Email Address Creates New Firebase User Object

I'm puzzled if this is intended behaviour or if my implementation is incorrect. I have implemented SAML SSO for my Firebase application using the following logic: firebase.auth().signInWithRedirect(...
JavaWizKid's user avatar
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
655 views

What does signing in to Firebase with SAML resolve with?

I have set up my Firebase application to use SAML sign-on, however finding a way to test it has been difficult. The example code given for signing in with SAML is: firebase.auth().signInWithPopup(...
TheRyan722's user avatar
  • 1,031
1 vote
1 answer
3k views

Consume Saml Response from external identity provider

I am having trouble configuring my application to consume the SAML response from an external identity provider (in this case, OneLogin). My application has a javascript (angular5) front-end and .NET ...
AdamH's user avatar
  • 11
2 votes
0 answers
551 views

Trying to capture the return data from an SSO request using Javascript

This is something pretty new to me so I'm not really sure where to even start looking. I am building a site for a business that has been providing it's own REST API's for all the functionality they ...
Tim Converse's user avatar
6 votes
1 answer
2k views

re-using a SAML token, client side for a JSON webservice - after logging in the website

I'm building a web site which is secured using a SAML token for single sign on. One of the forms has a lot of input fields, which should trigger updates and validation on the same, or other, input ...
Simon Smeets's user avatar