In this post, we will see how to resolve SAML login to firebase with AzureAD with iOS 16.2 is broken Question: I authenticate my users via SAML from AzureAD in firebase in a native ionic iOS application. Because the firebase ...

In this post, we will see how to resolve Spring Security SAML Logout – Failing at Saml2LogoutResponseFilter Question: We have a simple Saml2-Logout. The user is logged out in the IdP, but the last step, the callback to allow us ...

In this post, we will see how to resolve Spring Security SAML: How to configure redirect URL after successful logout Question: The Spring Security SAML module, when configured with: will redirect to localhost:port/login?logout by default, and it’s also stated in ...

Question: Okta’s official document states that a SAML Service Provider does not store any state: https://developer.okta.com/docs/concepts/saml/#planning-for-saml The Service Provider doesn’t know if the Identity Provider will ever complete the entire flow. Because of this, the Service Provider doesn’t maintain any ...

Question: I have an excel add-in written in C# which communicates with a backend server in java, and I’d like to implement SAML2 from Azure AD I’ve seen some examples in Microsoft docs, but they seem to use openid as ...

Question: I have a user pool set up with AWS Cognito to which I have added a SAML identity provider. I also have users added directly to the user pool. After following the documentation here I tried to log in ...

Question: I’ve already been able to get a SAML SSO up and running perfectly using this article. However, when I try to replicate the steps using Azure as the IDP, I get the following error: I don’t know why more ...

Question: I’m pretty new working with B2C custom policies, and currently I’m trying to setup an integration with one client using SAML. That client is sending us their employeeId as ID in the SAML payloads. I got an integration working ...

Question: I have some applications served to my company users on EKS (i.e., Jenkins). In company we use Google Workspaces (GSuite) for email and stuff. So I want to allow users to login with Google creds to those applications I ...