eclipse-tractusx / managed-identity-wallet

Apache License 2.0
7 stars 20 forks source link

Refactor: change field name in token response #295

Open borisrizov-zf opened 2 months ago

borisrizov-zf commented 2 months ago

Description

The iatp suggest using the field name access_token as the JSON response of the token endpoint. The current implementation uses token, but the latest version of the EDC expects access_token.

Acceptance criteria

The token endpoint uses access_token as the field name of the JSON response