Added HTML pages

This commit is contained in:
David Allen 2024-02-24 10:34:24 -07:00
parent 420ec92673
commit ee38710dd8
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB
2 changed files with 15 additions and 0 deletions

4
pages/index.html Normal file
View file

@ -0,0 +1,4 @@
<!DOCTYPE html>
<html>
Redirecting you to sign-in page...
</html>

11
pages/success.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
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.
</html>