Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
23 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
0 votes
1 answer
60 views

I have integrated Keycloak v26.4.0 into a legacy .net 4.8 webforms app and enabled Microsoft as a provider. This is all working fine, but I need to disable the Keycloak username/password option so ...
Barnsley's user avatar
  • 181
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
0 votes
0 answers
57 views

Working on the Harmonix implementation (Harmonix on AWS) https://github.com/awslabs/harmonix/blob/main/README.md From the open source code, abele deploy the required resources on AWS account but ...
Paranjothi's user avatar
1 vote
1 answer
63 views

At the time of running JUnits, below error appears Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.mycom.idp.common.servlet....
KJ21's user avatar
  • 103
0 votes
2 answers
744 views

I have two different domain applications. First.Com Second.com I want to load SSO url of Second.com in First.Com page using iFrame. Scenario 1: If I open First.Com and try to open Second.com in ...
Oxygen's user avatar
  • 859
0 votes
0 answers
56 views

I have a keycloak with an external idp configured. I'm focusing on the first login flow in the case of linking account (an existing account with the same email). Keycloak generates an email to the ...
gau000's user avatar
  • 45
0 votes
0 answers
45 views

In microsoft azure I create one tenant. Created two enterprise applications in that tenant. In both applications I create saml login information. And downloaded federation metadata xml file. When I ...
Sunit Peshwe's user avatar
0 votes
0 answers
434 views

I want to set up Keycloak SSO (or another open-source IDP, if more suitable) to manage user authentication. However, my users are currently stored as local users on a Synology NAS, and I need a way to ...
Nico's user avatar
  • 47
0 votes
0 answers
144 views

Im configuring RHDH in CRC and in dev in my job In my local, im facing this issue Login failed; caused by Error: Sign in failed: User not found in the RHDH software catalog. Verify that users/groups ...
Apuntatis's user avatar
2 votes
2 answers
5k views

I am setting up IDP initiated authentication from ServiceA to my application using Keycloak. So far, I provided all necessary configurations required by ServiceA and I've also configured SAML Identity ...
Vujasinovic's user avatar
0 votes
0 answers
24 views

I managed to run the backend following the steps described in this link: NestJS Code Sample: API Role-Based Access Control I managed as well to run the frontend following the steps described in this ...
lucasbbs's user avatar
  • 307
1 vote
2 answers
313 views

I am building a Spring OAuth2 Authorization Server for users and essentially started by using 1 of the example projects on the official Spring Authorization Server github. With that, I'm trying to use ...
Keith's user avatar
  • 309
0 votes
1 answer
28 views

I'm currently working on a project that involves integrating multiple Identity Providers (IDPs) using SAML 2.0. I understand that SAML 2.0 provides a standard for exchanging authentication and ...
Sid's user avatar
  • 51
0 votes
1 answer
1k views

I'm writing a backend implementation of authentication in an external sso. I use Spring Boot 3 for microservices, Keycloak is responsible for authentication. Keycloak contains multiple realms to ...
pickstar's user avatar
0 votes
0 answers
74 views

I create a fl and is matched correctly, however in Setup station is not matching correctly.For example first image, in flexilayout 3 fields are correct matched. On second image I tested in Project ...
alexander flores's user avatar
0 votes
1 answer
151 views

I need only sign in and no signup for local account and federated account (identity provider) in AD B2C. Also I don't want to create federated accounts in user section of ADB2C. (This is usually ...
Sudhir Kumar's user avatar
1 vote
1 answer
218 views

I'm using AWS cognito as SP while using SAML with other Idps. I want for specific customer to use ForceAuthn to enforce login in every authentication. How can I do that with AWS cognito? And could it ...
Yoni Kohn's user avatar
0 votes
1 answer
53 views

Could you please help me to assess whether using facade with Authorization Code Flow with PKCE does not break security concept behind original flow. We have a requirement to provide a facade for IDP ...
Michał S's user avatar
  • 127
0 votes
0 answers
27 views

How to renew signing.crt (idp) file in Federated O365 ? $cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("C:\Users\test-win\Documents\idp-signing.crt") $...
Tuwan J's user avatar
1 vote
0 answers
181 views

I meet a problem and I search a solution, can you help me? I make an Python application for test a OIDC connection with PKCE. I can authenticate myself and have a personnal message like "Hello ...
Victor LESCOUTRE - PRIZM's user avatar
1 vote
1 answer
362 views

Imagine a widget (let's say it's written in React or some front end framework) that is able to sell your product. It makes API calls to your server to place orders, collect information about the ...
Mike Christensen's user avatar
1 vote
2 answers
651 views

Using an external IDP in azure B2C. Is it possible to add a custom claim to the JWT without using custom policies? In my IDP I have this code in the /connect/token endpoint: This works as expected and ...
martenolofsson's user avatar
1 vote
1 answer
2k views

I've successfully implemented SAML-based Single Sign-On (SSO) using Spring 5 with the guidance provided in the tutorial https://isd-soft.com/tech_blog/diving-sso-spring-saml-ssocircle/. The ...
Abhishek Singh's user avatar
0 votes
1 answer
148 views

We have our our auth0 stack set up from terraform. It currently consists of a regular web app and a SAML connection pointing to SAMLING ( Samling 1 ). Our goal is to implement IDP-initiated login (...
Renato Gama's user avatar
  • 16.6k

1
2 3 4 5
8