We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbbead commit c83a23dCopy full SHA for c83a23d
Resources/doc/authentication.md
@@ -0,0 +1,19 @@
1
+Swagger UI Bundle
2
+=================
3
+
4
+## Authentication options
5
6
+`swagger-ui` supports `http` and `oauth` authentication, and both of these can be easily configured in this bundle:
7
8
9
+### OAuth
10
+```
11
+ al_swagger_ui:
12
+ oauth:
13
+ enable: true
14
+ app_name: "Your app name"
15
+ client_id: "unique_client_id"
16
+ realm: "your-realms"
17
18
19
+Coupled with the correct OAuth authentication definition in your API declarations,
0 commit comments