As a TRE admin
I want to supply the information about the AAD App when creating a workspace
so that we can validate against this data if a user should have access to see the resource
This will be used to validate the access for a user to the workspace
NOTE: data here is different for each provider so it should be given as a dict
Acceptance criteria:
As a TRE admin
I want to supply the information about the AAD App when creating a workspace
so that we can validate against this data if a user should have access to see the resource
This will be used to validate the access for a user to the workspace
NOTE: data here is different for each provider so it should be given as a dict
Acceptance criteria:
"auth_config": {"provider": "AAD", "data": {"app_id": "blabla"}} -- NOTE: the data portion is different for each provider so make this a dict