diff --git a/dev-helpers/index.html b/dev-helpers/index.html
index 83a671ca..344b14c4 100644
--- a/dev-helpers/index.html
+++ b/dev-helpers/index.html
@@ -88,6 +88,15 @@ window.onload = function() {
})
window.ui = ui
+
+ ui.initOAuth({
+ clientId: "your-client-id",
+ clientSecret: "your-client-secret-if-required",
+ realm: "your-realms",
+ appName: "your-app-name",
+ scopeSeparator: "-",
+ additionalQueryStringParams: {test: "hello"}
+ })
}