Questions tagged [pingfederate]

PingFederate from Ping Identity is cloud identity management software for Single Sign-On, secure mobile access, automated user provisioning and API security.

PingFederate from Ping Identity is cloud identity management software for Single Sign-On (SSO), secure mobile access, automated user provisioning and API security. It features a lightweight, open architecture that implements several federation and API security standards, namely: SAML, OAuth, WS-Federation, WS-Trust, SCIM and OpenID Connect.

309 questions
1
vote
1 answer

Unable to validate token with OAuthPlayground application

I am new to PingFederate. I have setup the sample OAuthPlayground web application on PingFederate 8.2.11 . To setup I imported the data.zip provided in the OAuthPlayground-3.3.0 . I am able to get a code . Subsequently I am able get the Access…
1
vote
1 answer

PingFederate and PingAccess REST APIs using Authorization token

I am calling PF and PA REST Web services using username and password but it seems vulnerable to provide credentials.Is there a way to provide the only Authorization code for REST AP service calls instead of credentials?. At the moment am calling in…
sunleo
  • 10,589
  • 35
  • 116
  • 196
1
vote
1 answer

Rails/Devise/SAML Metadata Incorrect (not working with PingFederate)

Let me preface this question by saying that I'm new to SAML and barely understand how it works. The Setup I'm using the devise_saml_authenticatable gem with a Rails 4 app to achieve SSO. The Rails app acts as the service provider (SP). To test my…
Daniel Bonnell
  • 4,817
  • 9
  • 48
  • 88
1
vote
0 answers

PingFederate SLO: NullPointerException org.sourceid.saml20.util.NameIdHashKey.equals

I am using PingFederate 7 as SP and mod_pf apache module integration kit. I have configured PingFederateSLOURL for making SLO logout call: PingFederateSLOURL https:///?PartnerIdpId= I am getting below error while…
Shashank
  • 249
  • 2
  • 13
1
vote
1 answer

PingFederate: what is PartnerSpId in case of agent-to-agent mapping

I'm trying to use PingFederate server to connect multiple applications into one SSO network. Server is installed with both IDP and SP roles. Because IDP and SP are on the same server I'd like to use agent-to-agent mapping. I'm using agentless…
m_kramar
  • 410
  • 4
  • 15
1
vote
2 answers

Java Sample code for Authentication with Ping Federate and SalesForce

I'm new to SAML, SalesForce and PingFederate and have a need for integrating a Java based server with SalesForce and PingFederate using SAML assertions. Essentially what I need is to be able to do is to allow a SalesForce authenticated user to use…
msoori
  • 351
  • 1
  • 4
  • 6
1
vote
1 answer

SAML 2 (Ping Federate) Should the AssertionConsumerServiceURL be accessible by the IdP?

We are building a website using SSO, we are on the SP side and don't have control over the IdP. We will have multiple environment including local development servers. The thing is the AssertionConsumerServiceURL will not be accessible by the…
TheTrueTDF
  • 184
  • 1
  • 17
1
vote
1 answer

How to specify Logout Service in the PingFederateSLOURL in mod_pf configuration

We are using PingFederate as Service Provider and are using Opentokenadapter. We are also using mod_pf apache library provided by PingFederate. Is there any way we can configure "Logout Service (present in OpenToken Adapter )" in the mod_pf…
Shashank
  • 249
  • 2
  • 13
1
vote
2 answers

How to integrate WSO2 API Manager (AM) 1.10.0 with PingFederate SAML 2.0?

How to integrate WSO2 am 1.10.0 with PingFederate SAML 2.0? Any instructions? From WSO2 web site, I only saw docs on how to set up SSO among WSO2 products: https://docs.wso2.com/display/AM1100/Configuring+Single+Sign-on+with+SAML2 . But I did not…
J D
  • 274
  • 3
  • 17
1
vote
2 answers

Using PingFederate, SAMLResponse is not sent to ACS URL appearing in SAMLRequest9authnResquest)

I am using PingFederate for SSO. My application is acting as SP and I am trying SP initiated SSO. I am sending SAMLRequest to PingFederate, which is signed. But it is not sending SAMLresponse to ACS URL mentioned in the…
Sonal
  • 11
  • 1
  • 2
1
vote
1 answer

ADFS and PingFederate SSO : SAML Message has wrong signature

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…
user2586432
  • 249
  • 1
  • 4
  • 12
1
vote
1 answer

PingFederate Grant Management Page does not log out with global HTML Form IdP adapter endpoint

I am using PingFederate with OpenID Connect. And I am having an issue while logging out from the grant management page. I configured my IdP adapter session state settings as global. So, if i use one of those Logout endpoints, i am being logged out…
1
vote
0 answers

Getting lightweight SSO token from PingFederate using WCF or WIF

I'm writing client using WCF for demo settings provided by PingFederate in the similar way as described in this post (Getting a Token from PingFederate using WIF). My problem is that on the second step I need to exchange SAML token to lightweight…
Zaky
  • 369
  • 6
  • 21
1
vote
2 answers

Single Sign On connection from ASP.NET webforms with Kentor authservices

I’ve recently started using the Kentor open source packages to do a SSO connection to a PingFederate service from a ASP.NET Webforms application. Everything seemed to work when I tested with the test service Kentor provided. However when I connected…
1
vote
1 answer

Keep PingFederate IDP session alive from SP

We're implementing a web SSO solution using PingFederate, with a 3rd party product that includes SAML2 out of the box. However we're trying to work through the question of how to stop the IDP session timing out if the user is still actively using…
ChrisC
  • 2,393
  • 2
  • 18
  • 24