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
0 answers

BotFramework integration with PingFederate over OAuth 2.0?

I am trying to implement a ms teams bot (using C#) and one of the requirement is to authenticate the "bot" itself with ping identity provider over OAuth 2.0. Now I have been following the documentation for botframework as well as ping identity but I…
Test User
  • 11
  • 1
1
vote
0 answers

OAuth2 Server to Server Expiring Token

We are using OAuth2 to validate our server to server interactions. The Grant Type is Client Credentials. If I have Service1 running on ServerA all is well - when the token is about to expire it just gets another one. But if I scale up Service1 to…
ed4becky
  • 1,488
  • 1
  • 17
  • 54
1
vote
1 answer

Keycloak integration with Pingfederate

What I want to do is this: I have keycloak integrated with my application. So when my app is launched , keycloak login page is shown to user. Now , I am trying to provide an option to login with PingFedrate. So a button to login with PingFed…
tryingToLearn
  • 10,691
  • 12
  • 80
  • 114
1
vote
1 answer

ADFS error after 10 min in login page: Encountered error during federation passive request

I am using PingFederate HTML FormAdapter and ADFS for a simple login page and user authentication. If the user keeps the login page open/idle for 10 or more minutes and enters credentials and clicks login, I am getting the below exception. If the…
Anonymous
  • 21
  • 5
1
vote
0 answers

Using Pingfederate with .NET Core 2.0 or above

I am researching how to use pingfederate authentication with .Net Core2 and I did not find much that would go with .NET Core 2. The only nuget package I found about this was Owin.Security.Providers.PingFederate I was wondering if there is a newer…
Audrie
  • 11
  • 2
1
vote
1 answer

CURL - How to pass username and password for OATH2 Ping-federate authentication?

I have a working URL that goes to Pingfederate and ask for user/pass. Upon entering - it gives me Authorization code. URL…
Joe
  • 11,983
  • 31
  • 109
  • 183
1
vote
1 answer

Xamarin.Forms:SSO Using PingFederate

Can anyone help me in implementing SSO using PingFederate in Xamarin.Forms. The Pingfederate authorizes against Azure Active Directory. The PingFederate Client Credential Grant Type is required to be implemented.
1
vote
1 answer

ASP .NET Core 2.0 - JWT External Auth

I am trying to get started with authentication on an ASP.NET Core 2.0 web app. My company is using Ping Federate and I am trying to authenticate my users using the company login page and in return validating the returned token using my signing key…
parphane
  • 152
  • 2
  • 12
1
vote
1 answer

SAML SSO QueryString is dropped

I have SSO/SAML working without a query string in the URL: (https://yourURLHere.com/SiteA/ ) I have an issue when a user logs in with a URL that includes a querystring, the querystring is dropped during SSO redirect. Does SSO/SAML support URLs…
Remy
  • 407
  • 3
  • 17
1
vote
2 answers

PingFederate: Error Signature Required on SP Initiated Login

The PingFederate server responds with error Signature Required on SP initiated SSO, though we are sending Signature Value in the SAML auth request. Following is the request I am sending to Ping Federate:
meraj
  • 195
  • 2
  • 3
  • 14
1
vote
1 answer

NoSuchAlgorithmException when using migration tool

I am trying to use the migration tool utility from within PingFederate but I keep getting the following error: List adapters... Downloading adapter index from source... ERROR: Unable to download from source. …
onesixtyfourth
  • 744
  • 9
  • 30
1
vote
0 answers

Ping Federate Slo with multiple IDP

I am trying to implement slo with pingfederate 8.3.13. This is my scenario: 1 Idp Adapter 3 Sp Adapters So this adapters are binding with Adapter to Adapters and sso works fine, Howevever We were asked to have 2 different deployments for the whole…
1
vote
1 answer

ERROR: `InResponseTo` does not match any of the possible request IDs (expected [])

I'm configuring a PingFederate IdP with a Shibboleth Service Provider. When I click on the SSO Application Endpoint in the SP connection of Ping, after entering the username password I get this error message in my SP logs: ERROR: InResponseTo does…
1
vote
0 answers

SAML account binding/linking (with Okta)

I'm in a process of implementing SAML 2.0 based SSO capability for a web application. So far, I've managed to successfully use/test Okta and Ping (which are at the moment the main target IdPs however, the goal is of course to be compatible with any…
1
vote
1 answer

How to configure a Service Provider in Ping Federate

I am new to Ping Federate. I have developed SAML 2.0 SSO browser profile code from an application. Tested it using WSO2 Identity Server. It works in PingFederate too. But I am facing hard time figuring out the pieces of puzzle in PingFederate.…