diff --git a/config/proxy-example-migration.json b/config/proxy-example-migration.json index 4081786974..04760b75a7 100644 --- a/config/proxy-example-migration.json +++ b/config/proxy-example-migration.json @@ -3,9 +3,7 @@ "Namespace": "com.owncloud" }, "oidc": { - "endpoint": "https://localhost:9200", - "realm": "", - "signing_algs": ["RS256", "PS256"], + "issuer": "https://localhost:9200", "insecure": true }, "policy_selector": { diff --git a/config/proxy-example.json b/config/proxy-example.json index bac66bace4..b8e5063cb8 100644 --- a/config/proxy-example.json +++ b/config/proxy-example.json @@ -3,9 +3,7 @@ "Namespace": "com.owncloud" }, "oidc": { - "endpoint": "https://localhost:9200", - "realm": "", - "signing_algs": ["RS256", "PS256"], + "issuer": "https://localhost:9200", "insecure": true }, "policy_selector": {