aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--swagger.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/swagger.json b/swagger.json
index 6c1e21d28..6a8bc91f6 100644
--- a/swagger.json
+++ b/swagger.json
@@ -1013,6 +1013,46 @@
}
}
},
+ "/session/openid/auth": {
+ "get": {
+ "summary": "Fetch Session information",
+ "tags": [
+ "Session"
+ ],
+ "parameters": [
+ {
+ }
+ ],
+ "responses": {
+ "303": {
+ "description": "Redirect to OpenID Connect identity provider",
+ "content": { }
+ }
+ }
+ }
+ },
+ "/session/openid/callback": {
+ "get": {
+ "summary": "OpenID Callback",
+ "tags": [
+ "Session"
+ ],
+ "parameters": [
+ {
+ }
+ ],
+ "responses": {
+ "303": {
+ "description": "Redirect to homepage",
+ "content": { }
+ },
+ "404": {
+ "description": "Invalid callback",
+ "content": { }
+ }
+ }
+ }
+ },
"/users": {
"get": {
"summary": "Fetch a list of Users",