Dennis Sieben

Results 4 comments of Dennis Sieben

Just adding the corresponding error from the `owncloud.log`: ``` { "reqId": "YqNXr910W0w0Q1bQCO6hMAAAAAM", "level": 3, "time": "2022-06-10 14:39:43.134800", "remoteAddr": "46.142.176.205", "user": "admin", "app": "no app in context", "method": "GET", "url": "/index.php/settings/admin?sectionid=general",...

As workaround you could hide the `/.well-known/openid-configuration` from the client when a certain criteria for the admin matches. E.g. an Admin always coming from a certain IP address.

Just my 2 cents: I see two possible solutions here: 1. The server communicates the role to the client so the client can decide based on the role if OIDC...

I really would like to have a cancel working cancel action here.