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

I’m using Keycloak as my identity provider and I have enabled identity brokering with Google and Microsoft (Azure AD). My current flow: User logs in via Google or Microsoft through Keycloak SSO. In ...
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 ...
-1 votes
0 answers
28 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 ...
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 ...
1 vote
0 answers
132 views

I'm trying to enable additional authentication methods to Tableau Online by adding Keycloak as IDP (SAML). I followed the following steps Export metadata from Tableau Online Created a user in ...
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 ...
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 ...
-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. ...
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 ...
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 ...
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 ...
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 ...
0 votes
0 answers
51 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 ...
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 ...
1 vote
0 answers
62 views

I am struggling to call SharePoint Rest API from a site which uses ADFS SSO Authentication. I have tried multiple solutions like this. But I'm still stuck. Now I have built up a .NET Code to call the ...
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 ...
1 vote
0 answers
62 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 ...
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 ...
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 ...
1 vote
0 answers
239 views

We've created a new Enterprise Application in our Entra ID (cloud) for connecting to a third-party SaaS solution. Part of their requirements is that we need to supply a claim "teams", whose ...
1 vote
0 answers
383 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 ...
0 votes
0 answers
77 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 ...
1 vote
0 answers
168 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 ...
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}") ...
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 ...
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 (...
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 ...
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 ...
0 votes
0 answers
102 views

sqlalchemy.exc.InterfaceError: (pyodbc.InterfaceError) ('28000', "[28000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Login failed for user '<token-identified principal>'. Token ...
0 votes
0 answers
55 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 ...
0 votes
0 answers
59 views

I have seen several posts around this, but none that really answer how to do it. We are currently using Selenium and Java to test our applications in Chrome. We are moving to a single sign-on (SSO) ...
0 votes
0 answers
36 views

Is it possible to use permissions as custom claim in okta id_token? If not then how can I get permissions claim in my okta token? I'm looking to get key as permissions in token claims and value should ...
0 votes
0 answers
71 views

I have the following setup: Mobile app, using React Native + Expo uses Auth0 for authentication has a WebView that embeds my web app: Web app, using NextJS uses Clerk for authentication Clerk uses ...
0 votes
0 answers
41 views

Description: We are using Azure SSO for authentication with JupyterHub. Within our JupyterLab environment (or a custom image based on JupyterLab), we have a functionality that requires GitHub OAuth ...
0 votes
0 answers
59 views

Description We are using GitHub as an authentication provider for JupyterHub using OAuthenticator. The authentication flow works perfectly when users are already logged into GitHub, as it directly ...
0 votes
0 answers
65 views

We are trying to look for a good documentation of using SAML or Okta for individuals in our organization with the "administrator" role to access the Keycloak admin. We don't want to use SAML ...
1 vote
0 answers
99 views

Hi i'm currently trying to setup SSO with the Azure AD for my application. It seem to almost fully work as i can see log from the server that indicate that the authentication is successfull, i can ...
0 votes
0 answers
16 views

I have come across a problem that is inconvenient for the users and I was tasked to investigate. I do understand that this use-case is similar to potential malicious intents and I do understand why ...
0 votes
0 answers
112 views

I am using spring boot (3.3.0) to configuring SAML based SSO using Azure AD. After successful login, I want to know whether the SAML Response is validated using the certificates which is configured in ...
0 votes
0 answers
102 views

My company uses what I assume is federated access through SSO to connect to AWS, we have above 50 AWS accounts that I need to loop through to pull cost related data and I find myself a bit stuck. I'm ...
0 votes
0 answers
105 views

I have implemented an OpenID Connect (OIDC) Single Sign-On (SSO) system for my platform. Users only need to configure their client ID, client secret, authorization URL, and token URL to enable ...
0 votes
0 answers
47 views

The Spring sso class Saml2WebSsoAuthenticationRequestFilter creates a hard-coded html page with an inline javascript redirect. <!DOCTYPE html> <html> <head> <meta ...
0 votes
0 answers
161 views

Im using FastAPI via Uvicorn, and deploying my application to an Azure App Service. Its being deployed to # Start if __name__ == "__main__": uvicorn.run(app, host="127.0.0.1", ...
0 votes
0 answers
49 views

I am using django as backend and I am trying to do saml sso login for Azure AD. I am getting below error for xmlsec. I am using djangosaml2, pysaml2 in django backend for saml auth error=Error: ...
1 vote
0 answers
294 views

I am developing a simple web application using Google Apps Script, where users log in via SSO (Google Sign-In) and, upon successful authentication, are redirected to the home page. What I have done so ...
0 votes
0 answers
19 views

I have an applications that uses the users login password for multiple purposes aside from authentication. The password is only used on the client side (in javascript) and never transmitted to the ...
0 votes
0 answers
91 views

I have an existing ASP.NET MVC app on .NET 4.7.2 that we are updating and also trying to implement SSO using WSFederation. In our Startup class, we have the following code: public void Configuration(...
0 votes
0 answers
66 views

I'm looking to implement django-allauth for an existing project, mainly to add OTP and SSO. I have an SPA so I would need the allauth API as documented here. However, since this requires quite a lot ...
0 votes
0 answers
90 views

We are running on the PB IDE Version 2022 Build 1900 and ours is a desktop application. The backend DB is Oracle 19C. We need to implement Kerberos Authentication for single sign on, with which we can ...
0 votes
0 answers
27 views

I have a B2B application where we can onboard multiple tenants. Their users can use SSO to login/sign up on our mobile application. I want to get notified when the admin of a tenant deletes a user (in ...

1
2 3 4 5
33