From ee38710dd81c6648e83e228d8a7180cf3ec52b7e Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Sat, 24 Feb 2024 10:34:24 -0700 Subject: [PATCH] Added HTML pages --- pages/index.html | 4 ++++ pages/success.html | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 pages/index.html create mode 100644 pages/success.html 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