mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Added HTML pages
This commit is contained in:
parent
420ec92673
commit
ee38710dd8
2 changed files with 15 additions and 0 deletions
4
pages/index.html
Normal file
4
pages/index.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
Redirecting you to sign-in page...
|
||||
</html>
|
||||
11
pages/success.html
Normal file
11
pages/success.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue