From a366e4844294944d9dffebb65144d878938f2f33 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Sun, 28 Apr 2024 23:26:40 +0200 Subject: [PATCH] Minor fixes --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 12431a7..2b44bfe 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ included in the scheme type standards below. | `http` | Simple HTTP authentication mechanisms (Basic, Bearer, Digest, etc.). | | `s3` | Simple S3 authentication. | | `signedUrl` | Signs URLs with a user-defined authentication API. | -| `oauth2` | [Open Authentication 2.0](https://swagger.io/docs/specification/authentication/oauth2/) configuration | +| `oauth2` | [Open Authentication (OAuth) 2.0](https://datatracker.ietf.org/doc/html/rfc6749) configuration | | `apiKey` | Description of [API key](https://swagger.io/docs/specification/authentication/api-keys/) authentication included in request headers, query parameters, or cookies. | -| `openIdConnect` | Description of [OpenID Connect Discovery](https://swagger.io/docs/specification/authentication/openid-connect-discovery/) authentication | +| `openIdConnect` | Description of [OpenID Connect]([https://swagger.io/docs/specification/authentication/openid-connect-discovery/](https://openid.net/specs/openid-connect-core-1_0.html)) authentication | ### Authentication Scheme Object @@ -99,9 +99,6 @@ Allows configuration of the supported OAuth Flows. ### Signed URL Object -Based on the [OpenAPI OAuth Flow Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#oauth-flows-object). -Allows configuration of the supported OAuth Flows. - | Field Name | Type | Description | | ------------------ | -------------------------------------------------- | ------------------------------------------------------------ | | `method` | `string` | **REQUIRED.** The method to be used for requests |