mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 11:37:01 -07:00
13 lines
No EOL
385 B
HTML
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> |