Authentication
Overview
Authentication Endpoint
POST https://sso.ecoinvent.org/realms/ecoinvent/protocol/openid-connect/tokenRequest Parameters
Example Request (cURL)
curl -X POST https://sso.ecoinvent.org/realms/ecoinvent/protocol/openid-connect/token \
-d "grant_type=client_credentials" \
-d "client_id=your_client_id" \
-d "client_secret=your_client_secret" \
-H "Content-Type: application/x-www-form-urlencoded"Response
Using the Access Token
Example Request
Token Expiry
Error Handling
Security Best Practices
Last updated
Was this helpful?