EntraID
2025.3 EntraID
2025.3 EntraID
  • EntraID
Powered by GitBook
On this page

EntraID

Module for Entra ID communication. Use in conjunction with specialised Entra ID valves.

Module name: EntraID

Name
Description
Mandatory

namespace

Modules within the same namespace belong together. This is used when configuring valves.

http_client_name

Binds to HttpClient

client_id

Entra ID Client ID

tenant_id

Entra ID Tenant ID

keystore

Keystore reference or json object containing key store configuration.

keystore_password

Keystore password.

keystore_alias

Keystore alias. Defaults to "1"

{
    "name": "EntraID",
    "config": {
        "namespace": "X",
        "http_client_name": "default_http_client",
        "client_id": "b6e27dbf-8bb8-49bf-a2a0-3a32140b045a",
        "tenant_id": "9576dfaf-0f8a-49d9-982e-40839345c6bc",
        "keystore": {
          "path": "/path/to/keystore.pfx",
          "password": "password",
          "type": "PKCS12"
        },
        "keystore_alias": "1",
        "keystore_password": "password"
    }
}