opaal/pages/success.html
2024-02-24 10:34:24 -07:00

11 lines
No EOL
366 B
HTML

<!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>