mod_auth_oauth_external/README.md
changeset 5865 c20a0c8a54ea
parent 5503 27d220b14d59
equal deleted inserted replaced
5864:fdff8cb54302 5865:c20a0c8a54ea
     2 summary: Authenticate against an external OAuth 2 IdP
     2 summary: Authenticate against an external OAuth 2 IdP
     3 labels:
     3 labels:
     4 - Stage-Alpha
     4 - Stage-Alpha
     5 ---
     5 ---
     6 
     6 
     7 This module provides external authentication via an external [AOuth
     7 This module provides external authentication via an external [OAuth
     8 2](https://datatracker.ietf.org/doc/html/rfc7628) authorization server
     8 2](https://datatracker.ietf.org/doc/html/rfc7628) authorization server
     9 and supports the [SASL OAUTHBEARER authentication][rfc7628]
     9 and supports the [SASL OAUTHBEARER authentication][rfc7628]
    10 mechanism as well as PLAIN for legacy clients (this is all of them).
    10 mechanism as well as PLAIN for legacy clients (this is all of them).
    11 
    11 
    12 # How it works
    12 # How it works