Fido2Method - create endpoint is missing + API has a bug #941
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
1. Fido2Method PostAsync implementation is missing
I had to implement my own request builder to go further.
2. API does not work as other APIs does
When I send json as API docs describes, API returns a validation error. To fix this, I have to remove
@odata.type
, then I will received expected error (invalid data). I've debugged "create" user and its sends the@odata.type
and its working.Error code
Payload
Working payload
Thank you for your time.
Expected behavior
How to reproduce
@odata.type
and send the request. Normal error would be given (invalid client data jsonSDK Version
5.88.0-preview
Latest version known to work for scenario above?
No response
Known Workarounds
@odata.type
@odata.type
from API requestDebug output
No response
Configuration
Other information
Custom request for create
Custom body model
Usage code
The text was updated successfully, but these errors were encountered: