Configuration repository
Add a SAML connector or OIDC client
SAML connector
- Create
config/applications/saml-new.json. - Add matching entry in
config/clients.json. - Restart the inspector.
- Open
/apps/saml-new/metadata, review the generated XML, then download it for manual PingFederate import.
OIDC client
- Create
config/applications/oidc-new.json. - Add matching entry in
config/clients.json. - Reference the secret with
client_secret_env. - Restart the inspector and select the new client.
Current configured targets
{
"applications": [
"oidc-a",
"oidc-b",
"saml-a",
"saml-b"
]
}