From ede6a454347fab537dec21dfacab080c59f184a9 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Wed, 25 Oct 2023 14:59:16 +0300 Subject: [PATCH] authentication: oauth2 - Add Microsoft Identity Platform hint --- .github/actions/spelling/expect.txt | 1 + source/configuration_manual/authentication/oauth2.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) 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 *****