Skip to main content
Feedback

Usage

Ping OAuth2 Frontend & LMS Functional Configuration Matrix

note
  • This section describes the matrix when LMS is used with or without frontend authentication using Ping OAuth2 access token.

  • enable_lms_pf_token_auth flag is used to enable LMS functional behavior.

  • Boomi Cloud API Management–generated OAuth2 access token is not used here.

Sr #enable_lms_pf_token_auth (Backend)enable_pf_token_auth (Frontend)Ping Auth Connector BehaviorNotes
1config parameter is absentconfig parameter is absentOnly Authentication using Ping Federate token (Frontend)

Provides flexibility to use Ping Auth for frontend call without a need to configure boolean enable_pf_token_auth .

Helpful in conditions where you don't care about invocation whether it is from Connector or Authenticator or configuration from object EAV.

The same is not necessarily valid for LMS. For LMS feature, we need explicit flag enable_lms_pf_token_auth that acts as a feature flag.

2trueconfig parameter is absentBoth Frontend Auth and LMS Auth using PingSee notes above.
3falseconfig parameter is absentOnly Authentication using Ping Federate token (Frontend)See notes above.
4truetrueBoth Frontend Auth and LMS Auth using Ping 
5truefalseOnly Authentication using LMS token (Backend) 
6falsetrueOnly Authentication using Ping Federate token (Front end) 
7falsefalseNo Authentication using Ping

Invalid Configuration

Throw an exception and block the call with 500 - Internal server error.

8parameter is present but either null or non-boolean valueparameter is present but either null or non-boolean valueNo Authentication using Ping

Invalid Configuration

Throw an exception and block the call with 500 - Internal server error.

On this Page