From b3840170a08a3ddbc070344c22e369aa08719a13 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 1 Apr 2023 22:41:42 +0100 Subject: Swagger spec updates --- swagger.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'swagger.json') 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", -- cgit v1.2.3