Skip to content

Release 1.7.1

Compare
Choose a tag to compare
@BohoCode BohoCode released this 04 Feb 12:16
· 67 commits to master since this release
0872433

Fixes the /user/data api issues;
This api now supports true MATLS in that you must provide a Bearer access token when using the /data/user apis.
The user is identified from the obri-session cookie in the request, while the Bearer Access Token is used to ensure that the TPP making the request is onboarded. The access_token must have been issued to an OpenID client that belongs to the same organisation as the MATLS OBWac certificate used to create the TLS connection over with the request is sent.
The apis now create/delete Customer Info etc.
So, this completes ForgeCloud/ob-deploy#815
And contains the full fix for ForgeCloud/ob-deploy#831