Unable to create a TrustFrameworkKeySet and TrustFrameworkKey at the same time #885
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
I am trying to create a TrustFrameworkKeySet and TrustFrameworkKey at the same time using Microsoft.Identity.Web.GraphServiceClientBeta version 3.0.1 which is using Microsoft.Graph.Beta 5.78.0-preview. I get the following error:
The 'keySet' field is invalid in request. Please check the request body and parameters.
Expected behavior
To create a TrustFrameworkKey while creating a TrustFrameworkKeySet using the follow guide trustframework-post-keysets.
How to reproduce
Where:
secret - the key to add
name - name of the key to create
graphServiceClient - Microsoft.Graph.Beta.GraphServiceClient
SDK Version
5.78.0-preview
Latest version known to work for scenario above?
No response
Known Workarounds
I am able to create the TrustFrameworkKeySet then Upload a secret separately but it always creates a
.bak
key.Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: