diff --git a/pages/error.html b/pages/error.html index 4bcfdd7..e53339b 100644 --- a/pages/error.html +++ b/pages/error.html @@ -1,6 +1,10 @@ - -Something went wrong... - +
+ +
Login successful! Here is your access token:
-
+
@@ -28,9 +33,10 @@
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]" + curl -k https://service/doSomething -H "Authorization: Bearer $access_token"- When you done, you can close this page.