diff --git a/pages/index.html b/pages/index.html
new file mode 100644
index 0000000..6677738
--- /dev/null
+++ b/pages/index.html
@@ -0,0 +1,4 @@
+
+
+ Redirecting you to sign-in page...
+
\ No newline at end of file
diff --git a/pages/success.html b/pages/success.html
new file mode 100644
index 0000000..e7c9dc6
--- /dev/null
+++ b/pages/success.html
@@ -0,0 +1,11 @@
+
+
+ Success! Here's you access token:
+ ...
+ You will need this token to access protected services and resources.
+ Make sure to include it in the authorization header when making a HTTP request:
+
+ curl -k http://smd:27779/hsm/v2/Inventory/RedfishEndpoints -H "authorization: Bearer [access_token]"
+
+ When you done, you can close this page.
+
\ No newline at end of file