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

Spring to Ping: how to configure Spring Rest Service to use External Authorization Server PingFederate

Does anyone know how to configure a Spring Rest Service to use PingFederate as an External Authorization Server?
tom
  • 2,190
  • 1
  • 23
  • 27
2
votes
0 answers

Keycloak IdP brokering to SAML 2.0 IdP providers (ping federate)

I have a Rest service which is registered as bearer-only client in Keycloak (openid-connect). This Rest service works fine with keycloak auth protection. I also have Angular Web UI which bootstaps by keycloak js adaptor and get login screen from…
2
votes
2 answers

PingFederate is not sending back relayState in its response

I am using PingFederate as a Idenity Provider. My application(Service Provider) sends RelayState to PingFederate. But on successful authentication, I am not getting the RelayState back. By RelayState, my understanding is that its the state…
2
votes
2 answers

More than one ACS url

we are using PingFederate for SSO and is SP initiated. and Ping Federate will act like Idp. For application there are 2 webservers(for high availability My questions is 1. can we provide two urls as default(In console as only one url can be set as…
user6639305
  • 29
  • 1
  • 4
2
votes
2 answers

Java not found.Please make sure the system environment variable JAVA_HOME points to Java version 1.8 or higher

I am trying to install PingFederate but which alerts with Java not found.Java is installed properly please help me to install without issues. Alert comes on PingFederate Installation: Java not found.Please make sure the system environment variable…
sunleo
  • 10,589
  • 35
  • 116
  • 196
2
votes
2 answers

Validate account and get permissions

I trying to implement simple console application. I have login and password an want to validate that user with such password exist in PingFederate and get list of his permissions. I found that PingFederate implement WXTrust spec, but unable to find…
talex
  • 17,973
  • 3
  • 29
  • 66
2
votes
2 answers

Pingfederate opentoken module CORS request returns 302 instead of 200

We are using Ping Federate to protect two web servers (both IIS and both protected using the IIS integration kit, or opentoken module from Ping). One server hosts a WEB API application and the other hosts a webpage. The Web API application has CORS…
jp36
  • 1,873
  • 18
  • 28
2
votes
1 answer

Angular and Web API with Ping Federate using WIF

I am using Ping to authenticate users in a Angular/.NET Web API stack, utilizing WIF. WIF works out of the box by just putting in the correct configuration in web.config in a MVC or web Forms application. It intercepts any call to a page/controller…
Vaibhav
  • 25
  • 2
  • 4
2
votes
1 answer

Maximum number of adapters in PingFederate

I'm using HTMLFormIDP adapter in PingFederate IDP side. Each organization has their own adapter and login and logoff templates. What would be the maximum number of adapters that can be created in PingFederate IDP?
2
votes
3 answers

PingFederate OAuth validate access token using Apache Integration Kit

We are using Apache integration kit (modpf) for integrating web application with PingFederate as SP. We want to use PingFederate as OAuth server as well. Can we use same integration kit to validate access token generated by OAuth server? or are…
Shashank
  • 249
  • 2
  • 13
2
votes
2 answers

SAML Subject name format

In the page attribute contract we are having a field called subject name format, but here there are so many formats as follow, • urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified • urn:oasis:names:tc:SAML:1.1:nameid-format:emailaddress • …
gowthaman
  • 21
  • 3
2
votes
1 answer

Error while running the ping federate agentless sample application

I tried to run the sample application in the agentless integration kit. Login page is displayed, attributes are shown. But I get error in the page where the attributes are submitted. This is the error trace: 2015-02-23 22:12:21,049 WARN …
Ashwini
  • 381
  • 6
  • 23
2
votes
2 answers

Ping federate asp.net configuration saml sso

I have asp.net MVC application I want to make SSO windows authentication. I use Ping Federate as the IdP and SP. When I enter the site it redirect to the SSO page after I enter my credentials it post the SAML to the SP and the SP redirect to the…
ilay zeidman
  • 2,654
  • 5
  • 23
  • 45
2
votes
1 answer

Pingfederate SCIM Inbound provisioning

I have configured SCIM inbound provisioning in pingfederate 7.2.0 using Active Directory as an user store. But when I hit the URL exposed by ping to search for an user I get the following error on the browser- { …
Rana
  • 41
  • 8
2
votes
1 answer

Not working: PingFederate+Passport.js Ping

I'm trying to login using PingFederate as my Auth Server and passport-ping npm. I did all the usual configurations, i.e app.get("/auth/ping", passport.authenticate("ping")); app.get("/auth/ping/callback", passport.authenticate("ping",{…
1 2
3
20 21