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... - + + + Something went wrong... + +
+ Something went wrong...{{index}} +
\ No newline at end of file diff --git a/pages/index.html b/pages/index.html index 38a2733..ed5c813 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,7 +1,12 @@ - Welcome to Opaal's default login in page! Click the link below to log in for an access token.

+ + + Log in with Social-Sign in + +
+ Log in using the option(s) below for an access token.

{{loginButtons}} - +
\ No newline at end of file diff --git a/pages/success.html b/pages/success.html index 7c52801..357e396 100644 --- a/pages/success.html +++ b/pages/success.html @@ -1,26 +1,31 @@ + + + Success! + +

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.
+ After you have saved your token, you can close this page.

+
\ No newline at end of file