From 45e8cd7f15801009c17fbf4ab59578c5baf6037f Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Sun, 10 Mar 2024 20:19:48 -0600 Subject: [PATCH] Modified HTML pages --- pages/index.html | 5 +++-- pages/success.html | 37 ++++++++++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/pages/index.html b/pages/index.html index ee880f1..38a2733 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,6 +1,7 @@ - Welcome to Opaal's default login in page! Click the link below to log in with your identity provider:

+ Welcome to Opaal's default login in page! Click the link below to log in for an access token.

+ + {{loginButtons}} - Login \ No newline at end of file diff --git a/pages/success.html b/pages/success.html index 82d409d..7c52801 100644 --- a/pages/success.html +++ b/pages/success.html @@ -1,13 +1,36 @@ - Success! Here's you access token: + +

+ Login successful! Here is your access token:
+
+ + + + + +

+ You will need this token to access protected services and resources.
+ Make sure to include it in the authorization header if you are 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