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.