Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
34 views

I’m integrating a custom SAML-based SSO module with Magento 2. The SSO login works, but I’m facing an issue specifically during the first login after the user arrives via SSO After SSO login, when the ...
Pavan shetty's user avatar
1 vote
0 answers
59 views

I want to create a user using a password that has already been hashed (using argon2). This is to validate the user migration process from my application's database to Keycloak. I went to ...
Victor Nolêto's user avatar
0 votes
0 answers
34 views

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 ...
user2412672's user avatar
  • 1,479
0 votes
0 answers
65 views

I recently worked on a PHP based project and it implemented Keycloak SSO login system. There are three apps (let's say App-1, App-2, and App-3) that are using the SSO. App-1 also implemented ...
HKL's user avatar
  • 1
0 votes
1 answer
66 views

We decided to involve the OpenID Connect authentication in our project. The identity provider server uses x509 certificates confirmation as an authentication method. So, should we make an additional ...
Андрей Дьячков's user avatar
0 votes
1 answer
62 views

[ERR] Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler Message contains error: 'invalid_grant', error_description: 'AADB2C90090: The specified kid 'cpimcore_09252015' is not ...
ArulKumar Sivaraj's user avatar
0 votes
0 answers
45 views

We have an Azure AD Single Sign-On (SSO) .NET 8 Core application that transfers documents from one SharePoint tenant to another. Based on the selected tenant, we retrieve sites, libraries, etc. We ...
Sukrut Paranjape's user avatar
-3 votes
1 answer
74 views

I am getting this error when calling AssumeRoleWithWebIdentityCommand from a firebase function. Error: { Type: 'Sender', Code: 'InvalidIdentityToken', Message: 'Incorrect token ...
Magnus Reeves's user avatar
0 votes
1 answer
111 views

We recently upgraded to django-allauth[mfa, socialaccount]==65.11.0 where we are using an OIDC-provider that extends OAuth2Client and we discovered that one of our SocialApplication configs that is ...
krikkaa's user avatar
  • 35
0 votes
1 answer
59 views

I'm a bit confused because a lot of articles about Oauth with Mobile App explains the client side but never talk about the server side which needs to verify the validity of the Access Token. As if the ...
Cyrille37's user avatar
  • 225
0 votes
1 answer
170 views

Here is the info about the technologies that I'm using: LocalStack CLI 4.6.0 OS Name Microsoft Windows 11 Enterprise Docker Desktop 4.43.2 (199162) aws --version aws-cli/2.17.0 Python/3.11.8 Windows/...
crazyTech's user avatar
  • 1,517
0 votes
0 answers
86 views

I'm configuring Entra OIDC for my team and have run into the issue where the company email only populates in my user store with sessionStorage as my cacheLocation, but not with localStorage. I would ...
ldhlong's user avatar
  • 11
1 vote
1 answer
83 views

I am using wso2 identiy server 5.7.0 I Configured Google Federation by adding clientid and client secret in WSO2IDP also created service provider and deployed pickupdispatch.war as exmample. After ...
Niranjan Vasadi's user avatar
1 vote
0 answers
365 views

We are using Apache Airflow 3.0.2 with the official Helm chart version 1.17.0, deployed on Kubernetes via Terraform. We're integrating SSO using Keycloak. Problem After successful SSO login, users ...
Ravindra Gupta's user avatar
-1 votes
1 answer
161 views

My team is changing all our Power BI and Airflow users' Snowflake connections to use OAuth and SSO. Anyone have experience doing this with these 2 tools? Far as I can see for Airflow, we register an ...
plakosizzle's user avatar
0 votes
0 answers
72 views

I recently placed my client’s site www.domain.com and its subdomain forums.domain.com under Cloudflare’s protection. In general Cloudflare has been excellent at blocking unnecessary and suspicious ...
Chad Crowell's user avatar
0 votes
0 answers
81 views

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 ...
lordofmax's user avatar
  • 833
1 vote
0 answers
179 views

Below is the call to and the callback for my Apple sign-in implementation. async def login_with_apple(request): logger.debug(f"Session before Apple login: {request.session}") ...
Cjmaret's user avatar
  • 329
0 votes
0 answers
36 views

So, I have an angular web app that our org wants to integrate with PingIdentity and SSO. The 2LDR Problem is, we have HashRouting set on our application, and PingIdentity will not accept an ACL (...
Christine's user avatar
  • 640
-3 votes
1 answer
380 views

I have checked out 10 bitbucket projects on my old laptop, and used them for years with intellij and git bash without having to authenticate when I pull/push etc. I copied my dev folder to a new ...
John Little's user avatar
  • 12.8k
0 votes
1 answer
153 views

I have a WPF desktop application that lets employees open enterprise ticket-management portal from inside the UI. The portal is protected by Azure AD single-sign-on (OpenID Connect). Ideally, I want ...
Giorgi Lomtadze's user avatar
1 vote
0 answers
91 views

I have the following setup Keycloak A is the Service provider under dev.my-host/auth Keycloak B is the Identity provider under staging.my-host/auth My application is on dev.my-app Both using master ...
Apostolos's user avatar
  • 8,181
0 votes
2 answers
192 views

I am trying to supply a username to a third party application that will occasionally be different than the users SAM. I've got it working on the ID token by defining it in OIDC-based sign-on. The ...
user2046611's user avatar
0 votes
0 answers
41 views

I setup federated login to Cognito with Entra Id as the IdP. When I require encryption, the user name created is encrypted. When I don't require encryption, the username is not encrypted. Shouldn't ...
prike's user avatar
  • 51
0 votes
0 answers
48 views

I am working on an ASP.NET MVC application. We use few external login providers 'Google' and 'Azure' are used mostly. During investigation one issue with Google login, I discovered that session start ...
PsCraft's user avatar
  • 642

1
2 3 4 5
154