3,565 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
35
views
Need help to integrate SSO with SAML for one of the applications through Chrome extension
I have one application which supports SSO login by SAML only. I want to create Chrome extension for that and want to give users option to login to that application using SSO from extension in order to ...
0
votes
0
answers
47
views
Sustainsys Saml2 HandledResult = true still sets the cookie
On AcsCommandResultCreated, I want to set my custom cookie. However, I end up with two cookies: one created by the library and another that is mine, even though I set HandledResult = true. How can I ...
1
vote
0
answers
60
views
How to identify which IdP a user used to sign in during AWS Cognito PreAuthentication trigger?
How can I determine which Identity Provider (IdP) a user used to sign in during the AWS Cognito PreAuthentication trigger, when multiple federated IdPs (SAML/OIDC) are linked to the same user?
In the ...
0
votes
0
answers
38
views
SAML attribute for SaaS apps
I am working with Single Sign-On (SSO) using SAML for multiple SaaS applications. Each SaaS provider requires different attribute mappings (for example: email, firstName, lastName, NameID, etc.).
I ...
0
votes
0
answers
105
views
ASP.NET cookies with requireSSL=false stopped working in Edge 139 — are SameSite=None cookies now blocked unless Secure
We are experiencing a sudden failure in SAML authentication (500 Internal Server Error) in our ASP.NET web application that uses Microsoft Entra ID (SSO).
Environment details:
ASP.NET app running on ...
0
votes
0
answers
43
views
How to get Keycloak to always store the Broker Context
Keycloak doesn't seem to store broker context in the in the session notes in post login flow.
I am using a custom keycloak SPI to help with user attribute sanitation, in the context of a saml single ...
0
votes
0
answers
62
views
Issues automating user access via Entra ID IdP to Firebase
I have been tasked to tie our Entra ID to GCP and Firebase so that users added to mail enabled security group get access to firebase.
I found two articles to follow
From Google:
https://cloud.google....
0
votes
1
answer
36
views
Forging SAML Metadata By Replacing BOTH the ds:Signature and public key used to generate it?
I have been given the impression that it is possible and considered reasonable to sign SAML metadata and include the signature and public key necessary to validate it within the metadata file.
Could ...
0
votes
1
answer
48
views
SAML User identification on Service Provider
In certain Identity Providers (IDPs), users can change their email addresses. Therefore, relying on email addresses for user identification on the Service Provider (SP) side is not feasible. When ...
0
votes
0
answers
87
views
Firebase Auth deletes the displayName property after first sign in with SAML provider
I use Firebase Authentication with an SAML provider linked to an Azure SSO in a Next.js web app.
Problem : After a user first signs in, the displayName property in Firebase Authentication is set to ...
0
votes
1
answer
109
views
SAML authentication request with Google Workspace as the IDP
I have tried importing SAML libraries like SimpleSamlPHP and saml_tools and onelogin_saml, but none of them are simple. They are complicated by all of the options available.
So I'm looking to roll my ...
0
votes
1
answer
59
views
What to do after SAML assertion is returned to service provider?
my team is building a healthcare React application and we are using Auth0 for authentication. We are required to have SAML integration for healthcare institutions.
I have set up the Assertion Consumer ...
0
votes
1
answer
78
views
SAML Implementation on Auth0
I'm an SSO neophyte so apologies if I get things a little confused here. Big picture: we have a website (an SP). And we're using Auth0 as our IdP (with a custom DB for authentication). It's working ...
1
vote
0
answers
174
views
How to customize SAML 2 Service Provider metadata with Spring Security SAML 2
I'm implementing a SAML 2.0 Service Provider using Spring Boot 3.4 and Spring Security 6.4, with the SAML 2 service provider module (org.springframework.security:spring-security-saml2-service-provider)...
0
votes
0
answers
19
views
modify saml assertion cookie to reflect new domain
I'm working in asp.net mvc
To achieve cross-domain re-auth I'm relying on AJAX call where I return response with repost url and then js send request to repost url
I modify Controller.Response.Cookies ...