Mercurial > prosody-modules
comparison mod_auth_oauth_external/README.md @ 5861:c20a0c8a54ea
mod_auth_oauth_external: Fix typo
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 09 Mar 2024 21:05:00 +0100 |
| parents | 27d220b14d59 |
| children | cce76628c83a |
comparison
equal
deleted
inserted
replaced
| 5860:fdff8cb54302 | 5861: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 |
