diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index 5912afd498..b5c09c8e5e 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -8e3fbda05392e641c15262924dc0df47cc42d036 \ No newline at end of file +eb79a4e23a2d133a3a964065b354f569e98f1224 diff --git a/backend/windmill-api/openapi-deref.json b/backend/windmill-api/openapi-deref.json index 23e8f019df..328f3f70f5 100644 --- a/backend/windmill-api/openapi-deref.json +++ b/backend/windmill-api/openapi-deref.json @@ -3932,8 +3932,18 @@ "oauth": { "type": "array", "items": { - "type": "string" - } + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "display_name": { + "type": "string" + } + }, + "required": [ + "type" + ] }, "saml": { "type": "string" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 4fe7c8d630..67a02029cf 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -2789,7 +2789,14 @@ paths: oauth: type: array items: - type: string + type: object + properties: + type: + type: string + display_name: + type: string + required: + - type saml: type: string required: diff --git a/frontend/src/lib/components/AutheliaSetting.svelte b/frontend/src/lib/components/AutheliaSetting.svelte index d97b54c7e7..3392b056b6 100644 --- a/frontend/src/lib/components/AutheliaSetting.svelte +++ b/frontend/src/lib/components/AutheliaSetting.svelte @@ -52,6 +52,10 @@ > + + + +