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

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 ...
Het Patel's user avatar
-1 votes
0 answers
27 views

I have Keycloak 26 running for user authentication, and I wanted to add federated users, for testing I basically have another Keycloak running somewhere else (let's call it Keycloak 2). So I create my ...
Camilo Urán's user avatar
0 votes
0 answers
31 views

I’m following the Autodesk SSO integration guide and configuring SAML metadata mapping, but the mapping keeps failing. https://help.autodesk.com/view/SSOGUIDE/ENU/?pl=KOR When I asked Autodesk support,...
Sungbin Lee's user avatar
1 vote
0 answers
45 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
1 answer
38 views

We are building an IdP-initiated SSO flow using Azure AD B2C custom policies, where the journey must: Read 3 querystring values: enc_attrs_token, sp, and EntityId Pass them to a backend REST API via ...
TNBG's user avatar
  • 13
1 vote
0 answers
90 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
-4 votes
0 answers
28 views

I have an Application A which authenticates with IDP via SAML-SSO. This application has some APIs that need to be secured. Now there is Application B that needs access to the APIs of Application A. ...
Niraj Lonkar's user avatar
0 votes
0 answers
39 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
52 views

I use metaflow with S3. In order to access S3, I need to login with AWS CLI single sign on (aws sso login). The problem is that I have no way to force "refresh" (not sure about correct ...
Edgar H's user avatar
  • 1,559
0 votes
0 answers
70 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
0 answers
200 views

I’ve configured Microsoft SSO with Apache Airflow using RSA-based authentication. The setup involves uploading the public key to the Azure App Registration, while Airflow holds the private key to ...
Sonic ilyas's user avatar
0 votes
1 answer
77 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

I have multiple Laravel Apps all with their own user tables and roles tables. I want to implement single sign on so a user can sign in once and then access all the apps without signing in again. I ...
Finchy70's user avatar
  • 473
0 votes
1 answer
73 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
1 vote
0 answers
86 views

What I want to achieve I need to implement a "quick account switching" feature where: User logs in with Account A ([email protected]) User clicks "Add Account" in my application ...
Djoolee15's user avatar
0 votes
0 answers
50 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
101 views

In password grant type password along creds client_id and clients secret we use username/password. Clien_id/client_secret - it is used for getting access token. I didn't catch how why we need username/...
Irina's user avatar
  • 1,417
-3 votes
1 answer
76 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
0 answers
37 views

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 ...
Secode's user avatar
  • 1
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
1 vote
2 answers
120 views

I'm building a single-sign-on solution where: A user boots up their Active Directory–joined Windows machine. My app auto-starts after the Winlogon event. Since the user already has a TGT from logon, ...
TechTomic's user avatar
0 votes
1 answer
63 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
70 views

I have a site that hosts some apps on IIS. It is configured for SSO with shibboleth and azure. The issue is that i have a new URL now and i want it to work conncurrently with the old one SSO and all f....
bill saplam's user avatar
0 votes
1 answer
182 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
1 vote
0 answers
61 views

I'm building a mobile app in React Native with Expo. For my authentication flow I'm using Entra ID Ciam but the docs are say two different things: These docs say I need to at least have the redirect ...
Thimo Luijsterburg's user avatar
0 votes
0 answers
90 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
0 votes
0 answers
42 views

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 ...
clmil's user avatar
  • 1
1 vote
1 answer
92 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
0 votes
1 answer
123 views

I implemented MSAL-based Enterprise SSO in my application, but I ran into a problem with token renewal. To verify a request to the API, I use idToken, which I receive after authorization. Its lifetime ...
Sunbey13's user avatar
  • 467
1 vote
0 answers
382 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
0 votes
1 answer
177 views

I'm a business analyst working on integrating one of our applications with WSO2 Identity Server to enable Single Sign-On (sso) using OAuth 2.0. While configuring the SSO flow, I used the following ...
Zayneb CHEOUR's user avatar
-1 votes
1 answer
170 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
1 answer
47 views

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 ...
Fuyda's user avatar
  • 1
0 votes
0 answers
76 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
1 vote
0 answers
167 views

I'm currently running phpMyAdmin and OAuth2-Proxy in my kubernetes cluster. OIDC authentication is working just fine, I've verified that PMA_USERNAME is being set properly, and I'm being authenticated ...
brett's user avatar
  • 189
0 votes
0 answers
87 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
1 answer
134 views

I'm setting up SSO behaviors across multiple modules of a web platform using Azure AD B2C Custom Policies as the identity layer. The modules are React apps served from different subdomains under a ...
Clement Germain's user avatar
1 vote
0 answers
184 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
1 vote
0 answers
40 views

We're implementing a LinkedIn login for our non-profit platform built with MediaWiki. We're using OpenID Connect and following the official Microsoft documentation step-by-step. However, we encounter ...
Gianni Frisardi's user avatar
0 votes
0 answers
37 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
0 votes
1 answer
1k views

I'm trying to set up Single Sign-On (SSO) for Open-WebUI using Keycloak, but I'm encountering some issues. Could someone provide a step-by-step guide on how to properly configure it? Specifically, I'm ...
Ousmane Sow's user avatar
-3 votes
1 answer
398 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
474 views

I have the following page for external logins that is based on the default page that comes with blazor template: @using Microsoft.AspNetCore.Authentication @using Microsoft.AspNetCore.Http.Extensions @...
Luk164's user avatar
  • 822
0 votes
1 answer
166 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
0 votes
1 answer
56 views

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 ...
Jeremy Bong's user avatar
1 vote
0 answers
102 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
1 answer
114 views

Another dumb SSO-newbie question, but after lots of searching the answer eludes me. We're using the SustainSys SAML2 library (the Http Module version with .NET Framework). When we want to initiate an ...
Phil's user avatar
  • 35
0 votes
2 answers
200 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
1 answer
70 views

I've got a spring-boot 3.3.2 project. My endpoints act as an oauth2 resource server meaning they expect a JWT-Token and validate it using a given issuer. However, there are some endpoints that should ...
FeXseven's user avatar
0 votes
0 answers
46 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

1
2 3 4 5
154