CertOauth UI Problems
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Describe the Bug with repro steps
1. Create a logic app
2. Add the Security Copilot "Submit a prompt" action.
3. Try to add "Client Certificate Auth"
4. Receive an error like:
`Failed to create connection: {"error":{"code":"BadRequest","message":"{\"Code\":\"\",\"Message\":\"clientCertificate parameter was type String, expected Newtonsoft.Json.Linq.JObject.\",\"Target\":null,\"Details\":[],\"Innererror\":null}"}}`
or this one:
`{"error":{"code":"ApiConnectionIsInConflictState","message":"The api connection 'securitycopilot-8' is being cleaned up. Please try again later or use different connection name."}}`
I have tried base64 encoding a PFX, pub cert, etc. but receive various errors. I have also tried various JSON structures as it seems like it's expecting that.
It seems somewhat similar to [https://github.com/Azure/LogicAppsUX/issues/2875]() where I wonder if some parameters are missing?
I have also tried using "secrets" as defined in the app registration but that also fails.
![Image]()
### What type of Logic App Is this happening in?
Consumption (Portal)
### Which operating system are you using?
Windows
### Did you refer to the TSG before filing this issue? [https://aka.ms/lauxtsg]()
Yes
### Workflow JSON
```json
```
### Screenshots or Videos
*No response*
### Browser
Chrome, and Edge
### Additional context
*No response*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.