Mercurial > prosody-modules
comparison mod_http_oauth2/README.markdown @ 5315:8501baa7ef3f
mod_http_oauth2/README: Link to OAuth and OIDC sites
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 07 Apr 2023 11:37:58 +0200 |
parents | 80ecba092027 |
children | 4fc3277a914d |
comparison
equal
deleted
inserted
replaced
5314:7c123d3285de | 5315:8501baa7ef3f |
---|---|
8 - html | 8 - html |
9 ... | 9 ... |
10 | 10 |
11 ## Introduction | 11 ## Introduction |
12 | 12 |
13 This module implements an OAuth2/OpenID Connect (OIDC) provider HTTP frontend | 13 This module implements an [OAuth2](https://oauth.net/2/)/[OpenID Connect |
14 on top of Prosody's usual internal authentication backend. | 14 (OIDC)](https://openid.net/connect/) provider HTTP frontend on top of |
15 Prosody's usual internal authentication backend. | |
15 | 16 |
16 OAuth and OIDC are web standards that allow you to provide clients and | 17 OAuth and OIDC are web standards that allow you to provide clients and |
17 third-party applications limited access to your account, without sharing your | 18 third-party applications limited access to your account, without sharing your |
18 password with them. | 19 password with them. |
19 | 20 |