Questions tagged [pingaccess]

PingAccess is a centralized point of security and access control for Web applications and APIs, serving applications and other resources to clients outside an organization while still protecting internal interfaces from unauthorized access.

PingAccess is a centralized point of security and access control for Web applications and APIs, serving applications and other resources to clients outside an organization while still protecting internal interfaces from unauthorized access.

PingAccess sits at the perimeter of a protected network, applying authorization decisions on inbound API calls and Web applications before relaying them to their back-end target endpoints.

Authorization and access control policies can be configured for service endpoints within PingAccess, providing a single place to make and enforce access decisions. These decisions can be based on the HTTP request context, including

  • inspecting HTTP headers
  • date and time
  • OAuth scopes
  • identity attributes etc.
13 questions
2
votes
2 answers

Angular Get http response header without any WebAPI call?

I have a login authorization module that is installed on my sql server. The module is triggered from my web.config file in my wwwroot directory. In normal use case I connect to my…
Terrance Jackson
  • 606
  • 3
  • 13
  • 40
2
votes
1 answer

How do I authenticate a preauthenticated LDAP user using spring security using ping access and username passed in the header?

I was previously using basic auth but I need to switch to federated auth using Ping Access. The user is already authenticated and the username along with the token are sent in the request header. How do I link the username to an ldap user principal…
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
2 answers

PingAccess issues with proxying target sites with HTTP/HTTPS mix

I'm trying to get PingAccess set up as a proxy (let's call the PA host pagateway) for a couple of applications that share a Web Session. I want all access to come via the PA pagateway and use HTTPS, but the back end systems are not HTTPS. I have…
ChrisC
  • 2,393
  • 2
  • 18
  • 24
1
vote
1 answer

Can we find the user id/name in PingAccess logs?

Can we find the user id/name in PingAccess logs ? which is passing to the application as a value for attribute which mapped in PingAcess configuration ? Thanks in advance! Ping
Ping
  • 11
  • 2
0
votes
0 answers

PingAccess - ASP.NET MVC 5 - .Net Framework

I have issue where the request headers from PingAccess are only populated about 10% of the time when I attempt to load those values within the Session_Start method in the global.asax.cs file. I use the HttpContext.Current and then check the request…
CodeFunny
  • 55
  • 2
  • 7
0
votes
0 answers

Pingaccess getting error when saving rule

Pingaccess configure() method in @Rule class which extends RuleInterceptor class giving error while saving from UI I can see the value for the configuration pojo coming inside the configure() method
GeekCoder
  • 150
  • 1
  • 14
0
votes
2 answers

Running a stateless app as a statefulset (Kubernetes)

In the Kubernetes world, a typical/classic pattern is using Deployment for Stateless Applications and using StatefulSet for a stateful application. I am using a vendor product (Ping Access) which is meant to be a stateless application (it plays the…
0
votes
1 answer

Cannot preserve POST request in PingAccess

I am getting this error when trying to authenticate to my application. Log extract: level":"ERROR","message":"Cannot preserve POST request with content type 'application/json; charset=UTF-8' (only 'application/x-www-form-urlencoded' is supported) My…
0
votes
0 answers

Setting up an agent authentification with Pingaccess

I have a CentOS VM with an ready installed Pingaccess Server Testenvironment with access to the Pingaccess Admin UI. Now I would need to set up an Agent-Authentification on the system but sadly have no experience configuring Pingaccess sofar. I also…
0
votes
1 answer

installing ping identity agent for nginx on RHEL 7 (x86_64)

i have nginx installed on my machine (nginx version: nginx/1.11.10). when i try to installing the pingaccess agent, i receive this error: Error: Package: pingaccess-agent-nginx-1.1.1-1.el7.x86_64 (/pingaccess- …
sgov090
  • 11
  • 7
0
votes
1 answer

Request Headers are being converted to upper case

We are using PingAccess Gateway to protect an application that has been configured as a Site. Authentication works fine, but the request headers are not being recognized by the end application. On checking the request header names, we are able to…
Real Chembil
  • 261
  • 2
  • 7
  • 23
0
votes
1 answer

Calling an PingAccess APIs from Powershell

I am trying to call PingAccess APIs to configure my PingAccess. I am new to using APIs to do this, and have a question. I am trying to use CURL to the API . curl -k -u Administrator:dummypsswd -H "X-Xsrf-Header: PingAccess" -H "Content-Type:…
Rahul
  • 1,549
  • 3
  • 17
  • 35