opaal/pages/success.html
2024-02-24 21:03:51 -07:00

13 lines
No EOL
385 B
HTML

<!DOCTYPE html>
<html>
Success! Here's you access token:
{{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>