Identity Provider (IDP)
Questions tagged [idp]
342 questions
0
votes
1 answer
How to configure the redirect to OpenAM IDP with Spring Security SAML 2.0 without discovery?
I have created the circle of trust between the service provider and the openam IDP. The issue that we are facing is that I am always redirected at the select provider interface. What we want is that the user is been redirected directly for login and…

A Hyseni
- 1
- 1
0
votes
1 answer
get user attributes from previous authn in Shibboleth IDP 3 MFA flow
I'm trying to build a two factor authentication flow for shibboleth idp 3. It's set up with the MFA flow with an initial ldap authentication and then my 2FA flow, which is based on the external authn flow.
How can I get user data from the previous…

Will
- 11
- 6
0
votes
0 answers
IDP as a client in Keycloak
We have two application:
1) APP1
2) APP2
We want to serve our application (APP1) as IDP and (APP2) as client. Apparently we want to preserve SSO(Single Sign On/Off) between both the application.
In other words, we want to use keycloak only for…

Krunal Shah
- 2,083
- 12
- 27
0
votes
0 answers
WS02: Identity Server: "No SaaS SAML service providers found for the issuer"
I've been able to set up a federated SSO SAML2 using OpenAM but when attempting to use WS02's Identity Server as the resident IDP I'm getting the following error.
response back to: /samlsso...
commonAuthAuthenticated: true
authenticatedUser:…

Geryon
- 9
- 1
0
votes
1 answer
Does all the Identity Providers (OneLogin, Okta etc) uses the same SAML endpoint of their own?
I'm trying to integrate with OneLogin SAML login. I'm just wondering if each identity provider uses the same SAML endpoint across all users?
My current structure would prefer not to collect any information from the user and instead to redirect to…

Wei Jet Au Yong
- 3
- 1
0
votes
0 answers
Azure AD B2C Custom Policy for Custom Identity Server 3 IDP
I have uploaded the custom policy for custom IDP which is using Identity Server 3 and OpenId to communicate.
I am passing secret key as the cryptographic key for TrustFrameWorkExtensions.xml file but I am getting error policy doesn't contain the…

Renu Saini
- 19
- 1
- 3
0
votes
1 answer
When do we need to implement our own custom Identity provider in Open Id connect?
I am working on SSO concept. In case of Open ID Connect, I found that it works with public IdPs such as Google, Facebook, etc. I want to know, considering the complexity of implementation of SSO, And in scale of a very big company (assuming we chose…

Golnaz Saraji
- 154
- 1
- 3
- 14
0
votes
1 answer
How to configure slo url for SSOCircle IdP
I am need an advice how to configure the single logout service url for SSOCIRCLE idp.
I have found the page which helped me with configurung SSO url:
https://www.ssocircle.com/en/idp-tips-tricks/ssocircle-how-to/ point 5.
For example, here is my…

Andrew
- 591
- 2
- 12
- 33
0
votes
1 answer
Shibboleth SP auto IdP discovery from user email
I'm using Shibboleth SP (Service Provider) with multiple IdP (Identity Providers).
I'm currently using the SP EDS (Embedded Discovery Service) to provide the list of available IdP.
Is there a way (in EDS or not) to automatically redirect the user to…

Fraternel
- 26
- 1
- 4
0
votes
0 answers
SOLVED - IdP Shibboleth Injected service was null or not an AttributeResolver
I have installed a Shibboleth IdPv3.3.2 on a CentOS 7 and when I try to access him through https://localhost/idp/ (or https://localhost/idp/status/) shows nothing (and sometimes a 503 Error). I've opened ports on firewall and nothing happened. The…

Ailson Forte
- 57
- 11
0
votes
1 answer
Pingfederate IdP Discovery
I am looking to do IdP Discovery and i need to do this with Pingfederate Software. End Goal here is customers will request access to a resource. Then get redirected to an IdP where they see a logon form ... input their email address and then…

username_copied
- 41
- 2
- 9
0
votes
1 answer
SAML Single Log Out with Azure AD as IDP in SAP HANA
How do I implement SAML Single Log Out with Azure AD as IDP in SAP HANA?
I have defined a web app in Azure to access to resources hosted on SAP HANA as described in this link.
In the web app is defined a logout endpoint which…

Sara Menoncin
- 93
- 1
- 13
0
votes
1 answer
Identity Server as service provider (WS-fed)
I'm trying to work with idsrv3 recieving tokens issued by an ADFS external company, so idsrv3 works as a service provider and the ADFS as identity provider. I'm using the Ws-Fed(pasive) protocol so the company already added our endpoint and the…

user3612445
- 145
- 2
- 16
0
votes
0 answers
Apache directory with Shibboleth IDP
How can we generate idp-metadata when using Apache Directory service with Shibboleth IDP? I am working on setting up an SSO environment on my local using Shibboleth SP, Shibboleth IDP, Apache Directory services. Currently when I try to access my…

rj4u
- 87
- 10
0
votes
2 answers
iDP connecting to SP SAML / SSO
I have been assigned a task where I (the iDP) need to connect to a service provider.
So far I have the code:
public ActionResult SSO(string SAMLRequest)
{
var model = new ApiSsoModel();
try
{
if (SAMLRequest == null)
…

Robert J Samuel
- 11
- 3