Skip to content

Commit

Permalink
authentication: oauth2 - Add Microsoft Identity Platform hint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Oct 25, 2023
1 parent 16cb171 commit ede6a45
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ emaillookup
endscript
ENHANCEDSTATUSCODES
enotify
entra
envid
eoh
eokb
Expand Down
10 changes: 10 additions & 0 deletions source/configuration_manual/authentication/oauth2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ Configuration file example for `WSO2 Identity Server
active_attribute = active
active_value = true
Configuration file example for `Microsoft Identity Platform <https://learn.microsoft.com/en-us/entra/identity-platform/userinfo>`

.. 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
*****

Expand Down

0 comments on commit ede6a45

Please sign in to comment.