diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 3dd775117..7ae40a009 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -245,6 +245,7 @@ emaillookup endscript ENHANCEDSTATUSCODES enotify +entra envid eoh eokb diff --git a/source/configuration_manual/authentication/oauth2.rst b/source/configuration_manual/authentication/oauth2.rst index ad0d5c40b..1cec04907 100644 --- a/source/configuration_manual/authentication/oauth2.rst +++ b/source/configuration_manual/authentication/oauth2.rst @@ -54,6 +54,16 @@ Configuration file example for `WSO2 Identity Server active_attribute = active active_value = true +Configuration file example for `Microsoft Identity Platform ` + +.. code-block:: none + + introspection_mode = auth + introspection_url = https://graph.microsoft.com/v1.0/me + # this can vary on your settings + username_attribute = mail + tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt + Proxy *****