mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-22 21:10:44 -05:00
/auth: add SkipXAccessToken:true
This commit is contained in:
@@ -296,9 +296,10 @@ func DefaultPolicies() []config.Policy {
|
||||
Service: "eu.opencloud.web.groupware",
|
||||
},
|
||||
{
|
||||
Endpoint: "/auth",
|
||||
Service: "eu.opencloud.web.auth-api",
|
||||
Unprotected: true,
|
||||
Endpoint: "/auth",
|
||||
Service: "eu.opencloud.web.auth-api",
|
||||
Unprotected: true,
|
||||
SkipXAccessToken: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user