
Latest Ping Identity PAP-001 First Attempt, Exam real Dumps Updated [Jan-2026]
Get the superior quality PAP-001 Dumps Questions from CramPDF. Nobody can stop you from getting to your dreams now. Your bright future is just a click away!
NEW QUESTION # 28
A financial application should be prompted for step-up authentication on a URL that allows money transfers.
A previous administrator configured rules to be applied on the required application URL. Users are not prompted for step-up authentication when accessing the/sranafemmeneyURL endpoint.
Which two actions should the administrator take? (Choose 2 answers.)
- A. Make sure that the existing rule's authentication requirements contain the appropriate minimum authentication requirements
- B. Verify that a rejection handler rule exists and is applied to the application to see if a user has met the required authentication context
- C. Make sure that the existing rule's token validation contains the appropriate minimum authentication requirements
- D. Verify that an authentication requirement rule is applied to the application to see if a user has met the required authentication context
- E. Create a new identity mapping containing authentication context values and add the mapping to the existing rule
Answer: A,D
Explanation:
Step-up authentication in PingAccess is enforced throughAuthentication Requirement Rules. If users are not prompted, the likely issues are:
* The rule is missing from the application/resource.
* The rule's minimum authentication context does not include MFA.
Exact Extract:
"Authentication requirement rules determine whether PingAccess will challenge a user with additional authentication (such as MFA). Ensure that the rule is applied to the resource and that the authentication context is set correctly."
* Option Ais incorrect - rejection handlers define error handling, not MFA enforcement.
* Option Bis correct - verify the authentication requirement rule is applied.
* Option Cis correct - ensure the rule contains the right MFA requirements.
* Option Dis incorrect - identity mappings do not enforce step-up authentication.
* Option Eis incorrect - token validation rules check validity, not MFA levels.
Reference:PingAccess Administration Guide -Authentication Requirements
NEW QUESTION # 29
Users report the following about access to an application:
* Inconsistent behavior depending on the browser used
* Denied access
* Prompt to accept a security exception
Which configuration option should the administrator adjust?
- A. SameSite Cookie
- B. Validate Session
- C. Request Preservation
- D. Enable PKCE
Answer: A
Explanation:
Modern browsers enforce stricter cookie handling rules. If cookies are not configured correctly with the SameSiteattribute, behavior can differ across browsers, leading to inconsistent authentication and access denials. Security exceptions may appear when session cookies are blocked.
Exact Extract:
"The SameSite cookie setting defines how browsers send cookies in cross-site requests. Misconfigured SameSite values can lead to inconsistent application behavior across browsers."
* Option A (Enable PKCE)is related to OAuth flow security, not browser cookie behavior.
* Option B (SameSite Cookie)is correct - this directly explains the inconsistent browser issues.
* Option C (Request Preservation)ensures query parameters are kept, not related to cross-browser session handling.
* Option D (Validate Session)checks session state but does not address browser inconsistencies.
Reference:PingAccess Administration Guide -Web Session Cookie Settings
NEW QUESTION # 30
An administrator needs to configure a signed JWT identity mapping for an application that expects to be able to validate the signature. Which endpoint does the application need to access to validate the signature?
- A. /pa/authtoken/JWKS
- B. /pa-admin-api/v3/identityMappinga/descriptora/jwtidentitymapping
- C. /pa-admin-api/v3/authTokenManagement
- D. /pa/aidc/cb
Answer: A
Explanation:
Applications consuming signed JWTs need theJSON Web Key Set (JWKS)endpoint to retrieve the public keys used for validating JWT signatures. PingAccess exposes this at/pa/authtoken/JWKS.
Exact Extract:
"When using JWT identity mapping, applications can obtain the signing keys from the/pa/authtoken
/JWKSendpoint to validate the JWT signature."
* Option Ais correct -/pa/authtoken/JWKSprovides the key set for signature validation.
* Option Bis incorrect - that's an administrative API for configuring identity mappings, not a runtime validation endpoint.
* Option Cis incorrect -/pa/aidc/cbis the OIDC callback endpoint.
* Option Dis incorrect -/pa-admin-api/v3/authTokenManagementis for admin token management, not JWT validation.
Reference:PingAccess Administration Guide -JWT Identity Mapping
NEW QUESTION # 31
During a business review of an application, the administrator needs to change the Resource Authentication to anonymous. What are the two effects of making this change to the resource? (Choose 2 answers.)
- A. The resource requires no further authentication, and all Access Control rules still apply.
- B. The resource requires no further authentication, and Processing rules still apply.
- C. The resource requires no further authentication, and no rules will apply.
- D. Requests to this resource are not logged, and Identity Mappings are applied.
- E. The resource requires no further authentication, and Identity Mappings still apply.
Answer: B,E
Explanation:
When a resource is configured asanonymous, PingAccess does not challenge the user for authentication.
However, certain processing and identity propagation still occur.
Exact Extract:
"Anonymous resources do not require authentication. Identity mappings and request/response processing rules still apply."
* Option Ais incorrect because rules such as identity mappings and processing still apply.
* Option Bis correct - Identity Mappings can still forward attributes, even for anonymous access.
* Option Cis correct - Processing rules (e.g., request/response modifications) still apply.
* Option Dis incorrect - requestsarelogged; anonymous does not disable logging.
* Option Eis incorrect - access control rules (authorization) are not evaluated for anonymous resources.
Reference:PingAccess Administration Guide -Resource Authentication
NEW QUESTION # 32
An administrator must onboard a new application from the application team. The application has multiple paths that will need different rules. What would be the first step in this process?
- A. Application
- B. Web session
- C. Identity mapping
- D. Resource
Answer: A
Explanation:
All onboarding in PingAccess begins with defining anApplication. Once the application exists, the administrator can defineResourceswithin it and assign different rules to those resources.
Exact Extract:
"Before you can configure resources and rules, you must first create an application in PingAccess."
* Option A (Identity Mapping)may be required later but not the first step.
* Option B (Web Session)can be shared but is not the first onboarding step.
* Option C (Application)is correct - the starting point for onboarding.
* Option D (Resource)comes after creating the application.
Reference:PingAccess Administration Guide -Creating Applications
NEW QUESTION # 33
A change is made to the configuration that prevents user access to an application. No one claims to have made the change. Which log file should the administrator use to determine who made the change?
- A. pingaccess.log
- B. pingaccess_agent_audit.log
- C. pingaccess_api_audit.log
- D. pingaccess_engine_audit.log
Answer: C
Explanation:
All administrative API calls that change PingAccess configuration are logged inpingaccess_api_audit.log.
This allows administrators to track who made configuration changes.
Exact Extract:
"Thepingaccess_api_audit.logfile contains entries for all administrative API calls and is used to audit configuration changes."
* Option A (pingaccess.log)contains runtime system messages but not detailed API audit entries.
* Option B (pingaccess_engine_audit.log)is specific to engine request/response audit logging.
* Option C (pingaccess_agent_audit.log)is used for PingAccess Agent traffic auditing, not administrative changes.
* Option D (pingaccess_api_audit.log)is correct - it tracks admin API modifications.
Reference:PingAccess Administration Guide -Log Files
NEW QUESTION # 34
An administrator needs to prevent PingAccess from automatically starting on a Windows Server. Which command would accomplish this task?
- A. uninstall-service.bat
- B. wrapper-service.bat
- C. remove-install.bat
- D. init.bat
Answer: A
Explanation:
PingAccess installs as a Windows service. To remove or prevent automatic startup, theuninstall-service.bat script is used.
Exact Extract:
"On Windows, useinstall-service.batto install PingAccess as a service anduninstall-service.batto remove the service."
* Option A (init.bat)initializes environment variables but does not manage services.
* Option B (uninstall-service.bat)is correct - it removes the Windows service, preventing auto-start.
* Option C (remove-install.bat)is not a valid PingAccess script.
* Option D (wrapper-service.bat)configures wrapper options, not service removal.
Reference:PingAccess Installation Guide -Windows Service Scripts
NEW QUESTION # 35
Which of the following is a processing rule?
- A. HTTP Request Parameter
- B. Cross-Origin Request
- C. HTTP Request Header
- D. Web Session Attribute
Answer: B
Explanation:
PingAccess rules are categorized intoAccess Control RulesandProcessing Rules.
* Processing Rulesmodify or add to HTTP requests and responses.
* Cross-Origin Request (CORS)is specifically listed as aProcessing Rule, because it modifies response headers to support cross-origin requests.
Exact Extract:
"Processing rules apply to HTTP traffic, such as Cross-Origin Resource Sharing (CORS), header injection, or response modification."
* Option A (Web Session Attribute)is an access control rule.
* Option B (Cross-Origin Request)is correct - this is a processing rule.
* Option C (HTTP Request Parameter)is an access control rule.
* Option D (HTTP Request Header)is an access control rule.
Reference:PingAccess Administration Guide -Rules Overview
NEW QUESTION # 36
All style sheets should be accessible to all users without authentication across all applications. Which configuration option should the administrator use?
- A. Define Global Unprotected Resources for the resource.
- B. Define a Default Availability Profile of on-demand for the resource.
- C. Define Authentication Challenge Policy of none for the resource.
- D. Define a Protocol Source for the resource.
Answer: A
Explanation:
The correct way to ensure resources such as CSS files, images, or JavaScript are accessible without authentication acrossallapplications is to configureGlobal Unprotected Resources.
Exact Extract:
"Global unprotected resources define resources that do not require authentication and are accessible to all clients across applications."
* Option Ais incorrect; Protocol Sources define back-end host connections, not authentication.
* Option Bwould apply only per-resource, not across all applications.
* Option Cis correct - Global Unprotected Resources are designed for this exact purpose.
* Option D(Availability Profile) is related to application health checks and availability, not authentication.
Reference:PingAccess Administration Guide -Global Unprotected Resources
NEW QUESTION # 37
Where in the administrative console should an administrator make user attributes available as HTTP request headers?
- A. HTTP Requests
- B. Site Authenticators
- C. Identity Mappings
- D. Web Sessions
Answer: C
Explanation:
PingAccess usesIdentity Mappingsto take identity attributes provided by the authentication source (e.g., PingFederate, OpenID Connect) and map them into HTTP request headers for back-end applications.
Exact Extract:
"An identity mapping allows you to map identity attributes from the user's session to HTTP headers, cookies, or query parameters that are then forwarded to the target application."
* Option A (Site Authenticators)is incorrect because Site Authenticators configure how PingAccess communicates with applications requiring authentication, not how attributes are inserted into headers.
* Option B (Identity Mappings)is correct - this is the feature designed specifically to expose user attributes to applications via HTTP headers.
* Option C (Web Sessions)manages how sessions are stored and validated, but not the mapping of attributes into requests.
* Option D (HTTP Requests)refers to request/response processing rules, but attributes are not mapped here.
Reference:PingAccess Administration Guide -Identity Mapping
NEW QUESTION # 38
A PingAccess administrator needs to configure PingAccess to validate tokens. Which two options can the administrator use? (Choose 2 answers)
- A. Common OIDC provider
- B. Common SAML provider
- C. PingAuthorize
- D. PingFederate
- E. Kerberos
Answer: A,D
Explanation:
PingAccess validates access tokens usingAccess Token Managers, which are typically backed by PingFederateor ageneric OIDC provider.
Exact Extract:
"PingAccess validates tokens through Access Token Managers, which can be configured against PingFederate or a common OIDC provider."
* Option A (PingFederate)is correct - the most common token provider.
* Option B (Kerberos)is not supported for token validation.
* Option C (SAML provider)is incorrect - PingAccess does not natively consume SAML assertions.
* Option D (Common OIDC provider)is correct - tokens can be validated against any OIDC- compliant IdP.
* Option E (PingAuthorize)is an authorization engine, not a token provider.
Reference:PingAccess Administration Guide -Access Token Managers
NEW QUESTION # 39
For a Web Application, theid_tokenmust be transmitted through a back channel with the OIDC standards- based approach. Which action should the administrator perform in the Web Session to meet this requirement?
- A. Set the login type to code
- B. Set the login type to POST
- C. Set the request preservation to POST
- D. Set the request preservation to None
Answer: A
Explanation:
To transmit theid_tokenvia a back channel according to OIDC best practices, the application must use the Authorization Code Flow(login type =code). This ensures tokens are retrieved securely via the back channel instead of being exposed in the browser.
Exact Extract:
"For back-channel transmission of ID tokens, configure the OIDC login type as Authorization Code."
* Option Ais correct - setting login type to code ensures back-channel delivery.
* Option Bis incorrect - request preservation concerns request method persistence, not OIDC flow.
* Option Cis incorrect - POST is not a valid login type; only Code, Implicit, or Hybrid.
* Option Dis incorrect - request preservation has no bearing on token delivery.
Reference:PingAccess Administration Guide -Configuring OIDC Web Sessions
NEW QUESTION # 40
An administrator must protect a configuration by changing the default key. Which script can be used to meet this goal?
- A. db-passwd-rotate.bat
- B. run.bat
- C. obfuscate.bat
- D. memoryoptions.bat
Answer: C
Explanation:
PingAccess usesobfuscated keysto secure sensitive configuration values (like passwords). Theobfuscate.bat (Windows) orobfuscate.sh(Linux) script is used to generate a new key and protect sensitive data.
Exact Extract:
"Useobfuscate.[bat|sh]to generate a new obfuscation key for protecting configuration values."
* Option A (db-passwd-rotate.bat)is not a valid PingAccess script.
* Option B (memoryoptions.bat)configures JVM memory, not encryption.
* Option C (run.bat)starts PingAccess.
* Option D (obfuscate.bat)is correct - it is used to protect sensitive configuration.
Reference:PingAccess Administration Guide -Configuration Security and Obfuscation
NEW QUESTION # 41
An internal audit reveals that an agent has been compromised. What action must be taken to re-secure the agent?
- A. Reinstall the agent
- B. Change theagent.engine.configuration.shared.secretvalue in theagent.propertiesfile
- C. Select a new Agent Trusted Certificate
- D. Download and apply a newagent.propertiesfile
Answer: D
Explanation:
When a PingAccess agent is compromised, the secure approach is toinvalidate the existing credentials and issue a new configuration filefrom the PingAccess Admin Console. This provides a freshagent.propertiesfile with new secrets, ensuring compromised keys cannot be reused.
Exact Extract:
"If an agent is compromised, revoke and regenerate the agent configuration by downloading a newagent.
propertiesfile from the administrative console."
* Option Ais incorrect - manually changing the secret in the file does not propagate it to PingAccess.
* Option Bis incorrect - trusted certificates are not tied to agent authentication.
* Option Cis unnecessary - reinstalling the agent does not reset credentials.
* Option Dis correct - downloading a newagent.propertiesfile re-secures the agent.
Reference:PingAccess Administration Guide -Agent Management
NEW QUESTION # 42
An administrator is integrating a new PingAccess Proxied Application. The application will temporarily need a self-signed certificate during the POC/demo phase. PingAccess is terminating SSL and is responsible for loading the SSL certificate for the application.
What initial action must the administrator take in PingAccess in this situation?
- A. Go to the Key Pairs section and create a new certificate
- B. Go to the Key Pairs section and import the PKCS#12 file provided by the publicly trusted Certificate Authority
- C. Go to the Certificates section and create a new certificate
- D. Go to the Key Pairs section and import the PKCS#12 file provided by the customer's internal Certificate Authority
Answer: A
Explanation:
For SSL termination, PingAccess requires aKey Pair(certificate + private key). During a POC/demo, when a self-signed certificateis used, the administrator can create it directly in theKey Pairssection of the console.
Exact Extract:
"Use the Key Pairs section to create self-signed certificates for testing or proof-of-concept deployments. For production, import a PKCS#12 file containing a certificate chain and private key."
* Option Ais incorrect - Certificates store trust anchors (CAs), not SSL termination certs.
* Option Bis incorrect - an internal CA-signed cert requires PKCS#12 import, not self-signed creation.
* Option Cis incorrect - a publicly trusted CA is not used for a demo phase.
* Option Dis correct - creating a new certificate in Key Pairs generates a self-signed cert suitable for demos.
Reference:PingAccess Administration Guide -Key Pairs and Certificates
NEW QUESTION # 43
Developers report an issue with an application that is protected by PingAccess. Certain requests are not providing claims that are part of the access token.
What should the administrator add for the access token claims?
- A. An OAuth attribute rule
- B. An authentication requirement definition
- C. A web session attribute rule
- D. An identity mapping definition
Answer: A
Explanation:
In PingAccess, when an application relies on claims from an OAuth access token, you must configure PingAccess to evaluate those claims and potentially inject them into headers for the backend application.
* Exact Extract from PingAccess documentation:
"OAuth rules allow you to evaluate claims in OAuth access tokens. You can configure PingAccess to look at specific claims and enforce policies or pass them to target applications."
"To extract attributes from an access token, configure anOAuth Attribute Rule." This clearly matches optionD.
Analysis of each option:
* A. An authentication requirement definition
* Incorrect. Authentication requirements determine how users authenticate to applications (OIDC provider, etc.), but do not manage access token claims.
* B. A web session attribute rule
* Incorrect. Web session attribute rules map attributes from the authenticated user's web session (SSO session), not from OAuth access tokens.
* C. An identity mapping definition
* Incorrect. Identity mappings transform user attributes (from IdP to app), but they don't directly pull claims from OAuth tokens.
* D. An OAuth attribute rule
* Correct. This rule is specifically designed to extract and enforce policies onclaims from OAuth access tokens.
Therefore, the correct answer isD. An OAuth attribute rule.
Reference:PingAccess Administration Guide-Rules # OAuth Attribute Rules.
NEW QUESTION # 44
An administrator needs to configure an application that uses a backend web server that has its own authentication mechanism. Which type of object must be configured for PingAccess to provide access to the target server?
- A. Access Control Rule
- B. Web Session
- C. Site Authenticator
- D. Token Provider
Answer: C
Explanation:
When a backend application requires its own authentication (e.g., Basic Auth or mutual TLS), PingAccess uses aSite Authenticatorto inject the necessary credentials.
Exact Extract:
"Site Authenticators provide the credentials PingAccess uses when authenticating to target applications that require their own authentication mechanisms."
* Option A (Token Provider)is incorrect - this is used for OIDC/OAuth tokens, not site-level authentication.
* Option B (Web Session)manages end-user sessions, not backend site authentication.
* Option C (Site Authenticator)is correct - it handles authentication between PingAccess and the backend.
* Option D (Access Control Rule)enforces authorization, not backend authentication.
Reference:PingAccess Administration Guide -Site Authenticators
NEW QUESTION # 45
Anycompany has several applications that need to load images and fonts fromwww.anycompany.com. Users are currently getting CORS errors. How should the Cross-Origin Request rule be set to allow secure access?
- A. Allowed Origins value for each of the listed domains
- B. Allowed Origins to*.anycompany.comand disable the Allow Credentials option
- C. Allowed Origins towww.anycompany.comand enable the Allow Credentials option
- D. Allowed Origins to*and enable the Allow Credentials option
Answer: C
Explanation:
To prevent CORS errors, administrators must configure aCross-Origin Request (CORS) Processing Rule.
The secure practice is to allow thespecific trusted domain(www.anycompany.com) and, when cookies or credentials are required, to enableAllow Credentials.
Exact Extract:
"For secure CORS, specify exact origins rather than wildcards. Enable 'Allow Credentials' when client-side resources must include cookies or authentication data."
* Option Ais incomplete - multiple values are possible, but in this case onlywww.anycompany.comis required.
* Option Bis less secure - using a wildcard (*.anycompany.com) broadens exposure unnecessarily.
* Option Cis insecure -*with credentials is disallowed by CORS specifications.
* Option Dis correct - restricts access to the trusted domain and allows credentialed requests.
Reference:PingAccess Administration Guide -Cross-Origin Request Rule
NEW QUESTION # 46
PingAccess will terminate SSL for multiple proxied applications that share thecustomer.comURL domain.
The administrator needs different ways to minimize the number of SSL certificates to manage these user- facing applications.
What are two ways this requirement can be met? (Choose 2 answers.)
- A. Assign a Subject Alternative Name Certificate to the Agent Listener
- B. Assign unique Key Pairs to each Virtual Host
- C. Assign a wildcard certificate to the Agent Listener
- D. Assign a Subject Alternative Name Certificate to the Engine Listener
- E. Assign a wildcard certificate to the Engine Listener
Answer: D,E
Explanation:
PingAccess usesEngine Listenersfor SSL termination of proxied applications. To minimize the number of certificates, administrators can:
* Use awildcard certificate(e.g.,*.customer.com) on the engine listener.
* Use aSubject Alternative Name (SAN) certificatethat covers multiple FQDNs under thecustomer.
comdomain.
Exact Extract:
"PingAccess engine listeners can use certificates containing either wildcard entries or Subject Alternative Names to secure multiple applications under a single domain."
* Option Ais incorrect - assigning unique key pairs increases, not decreases, certificate management overhead.
* Option Bis correct - a wildcard certificate covers all subdomains (e.g.,app1.customer.com,app2.
customer.com).
* Option Cis correct - a SAN certificate lists multiple FQDNs explicitly.
* Option Dis incorrect - agent listeners don't handle SSL termination for proxied apps.
* Option Eis incorrect for the same reason - agent listeners aren't used for SSL.
Reference:PingAccess Administration Guide -Certificates and Engine Listeners
NEW QUESTION # 47
An administrator is integrating a new PingAccess Proxied Application. The target site uses a certificate issued by an internal Certificate Authority hosted by the customer. Prior to assigning the certificate group in the Site configuration, which action should the administrator take to configure PingAccess to trust the certificate?
- A. Import the certificate chain into Key Pairs and assign it to a new engine listener.
- B. Configure the PingAccess Site to use the Java Trust Store Certificate Group.
- C. Import the certificate chain into Key Pairs and add it to the Trusted Certificate Group.
- D. Import the certificate chain and add it to the Trusted Certificate Group.
Answer: D
Explanation:
PingAccess must trust the back-end site's certificate to establish TLS. For internally issued certificates, the administrator imports thecertificate chaininto aTrusted Certificate Group.
Exact Extract:
"When a target site uses an internal CA, import the certificate or chain into a Trusted Certificate Group and assign that group to the site."
* Option Ais incorrect - the Java trust store does not contain the internal CA by default.
* Option Bis incorrect - Key Pairs store private keys for SSL termination, not trusted CA certs.
* Option Cis incorrect - engine listeners use key pairs for inbound SSL, not site trust.
* Option Dis correct - the certificate must be imported into Trusted Certificate Groups.
Reference:PingAccess Administration Guide -Trusted Certificate Groups
NEW QUESTION # 48
All access requests to the existing/adminresource must be captured in the audit log. How should this be accomplished?
- A. Set Splunk audit logging for/admin
- B. Setlog4j2.xmlaudit logging for/admin
- C. Enable the Audit option for the/*resource
- D. Enable the Audit option for the/adminresource
Answer: D
Explanation:
PingAccess resources have anAudit flag. When enabled, all access attempts (allowed or denied) are recorded in the audit logs.
Exact Extract:
"To audit access requests to a specific resource, enable the Audit option on that resource in the application configuration."
* Option Ais correct - enabling audit for/adminensures its access requests are logged.
* Option Bis incorrect - enabling audit for/*is overly broad and logs everything, not just/admin.
* Option Cis incorrect - Splunk integration is for log forwarding, not per-resource auditing.
* Option Dis incorrect -log4j2.xmlcontrols log destinations/levels, not resource-specific auditing.
Reference:PingAccess Administration Guide -Resource Audit Logging
NEW QUESTION # 49
An administrator needs to configure a protected web application using theAuthorization Codelogin flow.
Which two configuration parameters must be set? (Choose 2 answers.)
- A. OpenID Connect Login Type
- B. OAuth Client ID
- C. Virtual Host
- D. OpenID Connect Issuer
- E. OAuth Token Introspection Endpoint
Answer: A,B
Explanation:
When using theAuthorization Code Flowfor authentication, PingAccess must be configured with:
* AnOAuth Client IDthat identifies the application to the IdP.
* TheOpenID Connect Login Typeset to Authorization Code.
Exact Extract:
"When configuring an OIDC web session, specify the OAuth client ID and select the OpenID Connect login type (Authorization Code, Hybrid, or Implicit)."
* Option A (OAuth Token Introspection Endpoint)is not required for Authorization Code flow - token introspection is used in other cases.
* Option B (OAuth Client ID)is correct - required for OIDC authorization requests.
* Option C (OpenID Connect Issuer)is discovered automatically via metadata when you configure the token provider.
* Option D (Virtual Host)is required for application exposure but not specific to OIDC flow.
* Option E (OpenID Connect Login Type)is correct - must be set to "Authorization Code." Reference:PingAccess Administration Guide -Configuring OIDC Web Sessions
NEW QUESTION # 50
An administrator configures the following:
* HTTP Request Parameter Rule for"can_read=yes"
* Web Session Attribute Rule forOpt-in = yes
* Web Session Attribute Rule forgroup = customerService
* Rule SetA(ALL) # includes (HTTP Request Parameter Rule)
* Rule SetB(ANY) # includes (Opt-in yes, group customerService)
* Rule Set GroupC(ALL) # includes (Rule Set A, Rule Set B)Assigned to the web application.
Which set of conditions must be met to be able to access the application?
- A. The request requires a parameter called can_read with a value of yes unless the authenticated user is in either customer service or has the opt-in attribute set to yes.
- B. The request requires a parameter called can_read with a value of yes. The authenticated usermust be either in customer service or have the opt-in attribute set to yes.
- C. The request requires a parameter called can_read with a value of yes unless the authenticated user is in customer service and the opt-in attribute set to yes.
- D. The request requires a parameter called can_read with a value of yes. Additionally, the authenticated user must be in customer service and have the opt-in attribute set to yes.
Answer: B
Explanation:
The Rule Set GroupC(ALL) requiresboth Rule Set A and Rule Set Bto evaluate to true.
* Rule Set A (ALL)requirescan_read=yes.
* Rule Set B (ANY)requireseitherOpt-in=yesORgroup=customerService.
* Together in Rule Set Group C (ALL), both conditions must hold:
* can_read=yesmust be present in the request.
* User must have eitheropt-in=yesor be in thecustomerServicegroup.
This matchesOption Dexactly.
* Option Ais incorrect; it requires both attributes in Rule Set B, but B is ANY (either is sufficient).
* Option Bis incorrect; the "unless" wording is misleading - the parameter is always required because Rule Set A uses ALL.
* Option Cis incorrect; same reasoning as above, B is ANY not AND.
* Option Dis correct -can_read=yesAND(opt-in=yesORgroup=customerService).
Reference:PingAccess Administration Guide -Rules, Rule Sets, and Rule Set Groups
NEW QUESTION # 51
A modified application now requires additional attributes to be passed in the headers. What needs to be modified in order to pass the additional attributes?
- A. Web Session Attribute Rule
- B. Header Identity Mapping
- C. HTTP Request Header Rule
- D. JWT Identity Mapping
Answer: B
Explanation:
To pass user attributes into HTTP headers for applications, PingAccess usesIdentity Mappings. When attributes need to be passed specifically as headers, the administrator must update theHeader Identity Mapping.
Exact Extract:
"Header identity mappings map attributes from a user's web session to HTTP headers that are then sent to the back-end application."
* Option A (HTTP Request Header Rule)is incorrect - this adds or modifies static request headers, not user attributes.
* Option B (Header Identity Mapping)is correct - this maps identity attributes into headers dynamically.
* Option C (JWT Identity Mapping)is incorrect - that's used for passing attributes as claims in JWTs.
* Option D (Web Session Attribute Rule)is incorrect - that is for access control evaluation, not propagation of attributes.
Reference:PingAccess Administration Guide -Identity Mapping (Header Identity Mapping)
NEW QUESTION # 52
......
Ping Identity Practice Test Engine with PAP-001 Questions: https://drive.google.com/open?id=1IXFXHxyxhHQD60OWiG5KTfxqzvY4r9th
Guaranteed Success with Valid Ping Identity PAP-001 Dumps: https://www.crampdf.com/PAP-001-exam-prep-dumps.html