Configuration repository

Add a SAML connector or OIDC client

SAML connector

  1. Create config/applications/saml-new.json.
  2. Add matching entry in config/clients.json.
  3. Restart the inspector.
  4. Open /apps/saml-new/metadata, review the generated XML, then download it for manual PingFederate import.

OIDC client

  1. Create config/applications/oidc-new.json.
  2. Add matching entry in config/clients.json.
  3. Reference the secret with client_secret_env.
  4. Restart the inspector and select the new client.

Current configured targets

{
  "applications": [
    "oidc-a",
    "oidc-b",
    "saml-a",
    "saml-b"
  ]
}