pingfederate

Windows Azure ACS with PingIdentity STS

泄露秘密 提交于 2019-12-11 19:53:44
问题 This is going to be a question really for someone who has knowledge with PingIdentity and ACS, which could be pretty limited. I've got my ACS set up, all working fine and I know how to add a custom STS (PingIdentity) but I can't find any of the PingIdentity Federation MetaData (FederationMetaData.xml) to authenticate with. Apparently our current system's workflow is such: Us -> Our PingIdentity server -> Supplier -> Supplier's PingIdentity server -> Route token back to us. Would I have to use

How can I generate metadata file of my Java Spring Application to establish a connection with Identity Provider like Ping Federate?

雨燕双飞 提交于 2019-12-11 17:42:45
问题 I am working with Single Sign On (SSO) for some time. I am using Ping Federate as an Identity Provider(IdP) and a sample Java spring-boot application as the Service Provider(SP). The protocol used is SAML. I have downloaded the spring application from https://start.spring.io with "Web" and "Security" dependencies and looking forward to establishing a connection. It is required to upload the metadata file of the spring app which is the Service Provider in this case at Ping Federate while doing

PingFederate: SP SLO vs. IDP SLO - Does it really matter?

99封情书 提交于 2019-12-08 10:45:23
问题 The PingFederate documentation notes that you may configure either SP or IDP single-log-out (a.k.a. SLO). A user initiates SLO when that user requests a "Start-SLO" endpoint from their browser (i.e. either http://<PingFederate Base URL>/sp/startSSO.ping or http://<PingFederate Base URL>/idp/startSSO.ping ). My Questions: Isn't this just a distinction in name only ? At the end of the day, aren't we just targeting an endpoint anyway? Does this choice have any material impact on the SLO process?

ADFS and PingFederate SSO : SAML Message has wrong signature

会有一股神秘感。 提交于 2019-12-08 05:06:50
问题 I am trying to implement SSO for a service and using ADFS and PingFederate as IDP. SSO works when I avoid signing the AuthRequest (both with ADFS and PingFederate), but fails with following error "SAML Message has wrong signature. Issuer: 'My SP entityID' " when AuthRequest is signed. I had updated corresponding Relying trust part with certificate of my SP. I think, i am doing something wrong in the IDP configuration. Any help is appreciated. I had tried this answer without any luck: MSIS0038

ADFS and PingFederate SSO : SAML Message has wrong signature

こ雲淡風輕ζ 提交于 2019-12-07 02:29:34
I am trying to implement SSO for a service and using ADFS and PingFederate as IDP. SSO works when I avoid signing the AuthRequest (both with ADFS and PingFederate), but fails with following error "SAML Message has wrong signature. Issuer: 'My SP entityID' " when AuthRequest is signed. I had updated corresponding Relying trust part with certificate of my SP. I think, i am doing something wrong in the IDP configuration. Any help is appreciated. I had tried this answer without any luck: MSIS0038: SAML Message has wrong signature - ADFS error This error on ADFS is received when the AuthnRequest is

Configuring Ping Federate and Spring SAML to authenticate application

依然范特西╮ 提交于 2019-12-06 09:12:31
问题 I installed PingFederate on an AWS EC2 running Windows_Server-2008-R2_SP1-English-64Bit-Base-2014.04.09. I have a Java application that is using Spring Security for authentication. I have read about how with PingFederate, I can set up an Identity Provider(IdP) and a Service Provider(SP). I have gathered that the IdP would be the Application User providing login credentials(the Identity) and passing this to the SP which has the Target Application apart of the SP in this diagram on this page

IdentityServer4 Correlation Failed Error with External Provider

那年仲夏 提交于 2019-12-05 05:16:53
I am attempting to integrate Ping Federate as an external OIDC provider for my IdentityServer4 instance. When I initiate the external login flow I am getting the following error: System.Exception: Correlation failed. at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler`1.<HandleRequestAsync>d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at IdentityServer4.Hosting

Configuring Spring SAML for SSO with PingFederate

我的未来我决定 提交于 2019-12-05 01:57:13
问题 We have decided to use Ping Federate to be our SSO solution. I have searched many examples but have not found a spring configuration that clearly describes how I need to set up my SP and/or IdP on the PingFederate side. I have not found a Spring document that describes what I need exactly to implement this. Any help, much appreciated. 回答1: Currently there's no step-by-step guide on establishing federation between Spring SAML and Ping, but the steps are very similar to what's described in the

Configuring Ping Federate and Spring SAML to authenticate application

大兔子大兔子 提交于 2019-12-04 17:13:39
I installed PingFederate on an AWS EC2 running Windows_Server-2008-R2_SP1-English-64Bit-Base-2014.04.09. I have a Java application that is using Spring Security for authentication. I have read about how with PingFederate, I can set up an Identity Provider(IdP) and a Service Provider(SP). I have gathered that the IdP would be the Application User providing login credentials(the Identity) and passing this to the SP which has the Target Application apart of the SP in this diagram on this page here: http://documentation.pingidentity.com/display/PF66/Service+Providers+and+Identity+Providers This

Configuring Spring SAML for SSO with PingFederate

二次信任 提交于 2019-12-03 16:27:44
We have decided to use Ping Federate to be our SSO solution. I have searched many examples but have not found a spring configuration that clearly describes how I need to set up my SP and/or IdP on the PingFederate side. I have not found a Spring document that describes what I need exactly to implement this. Any help, much appreciated. Currently there's no step-by-step guide on establishing federation between Spring SAML and Ping, but the steps are very similar to what's described in the quick start guide of Spring SAML. The best approach is to start with the sample application included inside