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
2
votes
2 answers

Ping Federate : Ruby Integration Kit

I am currently using PingFederate with following description : Version: 7.1.3.1 Protocol Support: SAML 2.0, WS-Federation, SAML 1.1, SAML 1.0, WS-Trust, OAuth 2.0 And I have an IdP application built on Java and an SP application built on Ruby on…
Runcorn
  • 5,144
  • 5
  • 34
  • 52
2
votes
1 answer

Change Port Of PingFederate

By default PingFederate server runs on 9999 port. And we can change the subsequent HTTPS and HTTP port via Server Configuration in PingFederate dashboard. But i have JBoss server using the same port 9999. Although, I can change the Jboss port to…
Runcorn
  • 5,144
  • 5
  • 34
  • 52
2
votes
1 answer

Export/Import Metadata in PingFederate

I am using PingFederate to act both as IdP server and SP server. After which i have OpenToken adapters for each components. And i have created IdP-to-SP Adapter Mapping under Server Configuration setting using the newly created Adapters. And moving…
Runcorn
  • 5,144
  • 5
  • 34
  • 52
2
votes
2 answers

Configuring Ping Federate and Spring SAML to authenticate application

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…
2
votes
1 answer

PingFederate Agentless SLO Sequence

I'm attempting to implement SLO support in my app under PingFederate's Agentless (Ref ID adapter) scenario. For login, linking, and sessions there is a drop-off and pickup sequence. Is there a need to drop off logout details upon a logout request?…
2
votes
1 answer

Script access to a Single Sign on enabled Service via PingFederate

Is it possible to authenticate to a SSO - Identity provider (PingFederate) via code. I am trying to reach a service (API) which previously used HTTP Basic auth to authenticate requests. Since the service was put behind a SSO, the applications now…
ganeshran
  • 3,512
  • 7
  • 41
  • 69
2
votes
1 answer

Integrating PingFederate with Salesforce

I need to integrate PingFederate with Salesforce using SP-initiated SSO. My aim is that users in Active Directory will be automatically logged in when they access the Salesforce Application URL. I have created the SP connection to Salesforce in…
user1537056
  • 45
  • 1
  • 6
1
vote
1 answer

PingFederate SLO - Status Message: Invalid signature

After I invoke single-log-out (SLO), by calling 'GET' on https://[PingFederate Server Instance]:[Port]/sp/startSLO.ping, my PingFederate server begins making requests to my SP logout services. [I know this because I can see it happening in…
Jim G.
  • 15,141
  • 22
  • 103
  • 166
1
vote
1 answer

How do I SLO from a cookieless application in PingFederate

I'm trying to SLO using PingFederate. One of the SP apps is configured to use cookieless session. This SP app in PingFederate is set with the logout URL as being for example 'http://site/logout.aspx', but when the SLO process is triggered,…
1
vote
1 answer

Configuring Access-Control-Allow-Origin header for OAuth2/ OpenID Connect application on PingFederate

Can someone please let us know how PingFederate admin can configure "Access-Control-Allow-Origin" at PingFederate side to allow the source? At present, when our domain is trying to invoke token URI on PingFederate, we get back CORS policy error…
1
vote
1 answer

Bulk insert in PingDirectotry

I am trying to create and update bulk records in PingDirectory using REST is there any way we can achieve bulk update and insert. Single insertion is working fine using POST request with Postman https://directory.*.com/directory/v1/ TIA
Rohit Kotak
  • 173
  • 1
  • 17
1
vote
1 answer

Integrate a .net core solution with PingID

I have a application build with .NET Core. This application is very simple, but the problem is that I have to integrate a 2FA app (PingId) for double security instead of one simple Login. I am guided to use SAML, for building bridges between Service…
1
vote
0 answers

SPRING Boot App Integration with IdP/PING Federate

I'm new here and posting the first question ever, and coming straight to the point. I have a N Tier Application, Front UI on AngularJS, backend on Spring Boot and a NoSQL DB with some caching attached to it. I'm struggling in getting the SSO…
faq84
  • 11
  • 2
1
vote
1 answer

A valid SubjectConfirmation was not found on this Response, laravel and saml2

I've been stuck for the last couple of days trying to figure out why the response which Im getting from the IdP is being rejected from the package I'm using. Im using this https://github.com/aacotroneo/laravel-saml2 This is the response that Im…
Tghosh
  • 180
  • 3
  • 14
1
vote
1 answer

How to get AD groups returned from AWS Cognito response?

I'm using a third party provider PingIdentity which is tied into my corporate AD groups. PingIdentity has been configured to send AD groups associated with the user that is logging in. On the AWS side, I'm using Cognito UserPools and I've added…