We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3513dad commit 90ff071Copy full SHA for 90ff071
bundles/org.openhab.ui.restdocs/src/main/resources/swagger/index.html
@@ -47,11 +47,10 @@
47
onComplete: function(swaggerApi, swaggerUi){
48
if(typeof initOAuth == "function") {
49
initOAuth({
50
- clientId: "your-client-id",
51
- clientSecret: "your-client-secret-if-required",
52
- realm: "your-realms",
53
- appName: "your-app-name",
54
- scopeSeparator: ","
+ clientId: window.location.origin + "/doc/o2c.html",
+ realm: "openhab",
+ appName: "openHAB",
+ scopeSeparator: " "
55
});
56
}
57
0 commit comments