fix: acl url ignore auth check

This commit is contained in:
JimMoen 2023-09-22 09:53:20 +08:00
parent 44836ef5ee
commit 8300cd42d4
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ schema("/sso_saml/acs") ->
302 => response_schema(302), 302 => response_schema(302),
401 => response_schema(401), 401 => response_schema(401),
404 => response_schema(404) 404 => response_schema(404)
} },
security => []
} }
}; };
schema("/sso_saml/metadata") -> schema("/sso_saml/metadata") ->