Skip to content
Snippets Groups Projects
Commit ac0b6cc7 authored by Andreas Huber's avatar Andreas Huber
Browse files

#3 Sematic error of the OAS in editor.swagger.io

parent 0dd8a4d5
No related branches found
No related tags found
No related merge requests found
...@@ -1041,7 +1041,7 @@ ...@@ -1041,7 +1041,7 @@
], ],
"components": { "components": {
"securitySchemes": { "securitySchemes": {
"OAuth 2.0": { "OAuth20": {
"type": "oauth2", "type": "oauth2",
"flows": { "flows": {
"clientCredentials": { "clientCredentials": {
......
...@@ -1493,7 +1493,7 @@ ...@@ -1493,7 +1493,7 @@
], ],
"components": { "components": {
"securitySchemes": { "securitySchemes": {
"OAuth 2.0": { "OAuth20": {
"type": "oauth2", "type": "oauth2",
"flows": { "flows": {
"clientCredentials": { "clientCredentials": {
......
  • Peter Kuhn @Peter_Kuhn ·
    Reporter

    Nach meinem Verständnis müssten zusätzlich zu den hier gemachten Änderungen auch die Stellen in der Spezifikation angepasst werden, in denen das Security Schema genutzt wird:

            "security": [
              {
                "OAuth 2.0": [...]
              }
            ]

    müsste an mehreren Stellen zu folgender Spezifikation geändert werden:

            "security": [
              {
                "OAuth20": [...]
              }
            ]
  • Andreas Huber @Andreas_Huber ·
    Author Owner

    Danke für den Hinweis, habe die weiteren Stellen jetzt auch korrigiert.

  • Peter Kuhn @Peter_Kuhn

    mentioned in issue #3 (closed)

    ·

    mentioned in issue #3 (closed)

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment