Dagfinn Parnas
Dagfinn Parnas
From a security point of view, I'd be very careful on using chrome extensions from any browser having metamask with your wallet. Particularly if you don't have a hw wallet....
Have been looked into the x-traitTag property and as far as I can see it currently has little or no effect. While tags with x-traitTag=true are displayed in the left-hand...
Assume this issue can be closed now due to https://github.com/Redocly/redoc/pull/1614 Latest docker image is now pushed to github package and available at https://github.com/Redocly/redoc/pkgs/container/redoc%2Fcli
Any update on when an "official" Github action for redocly is ready?
The code scanning alert webhook sounds great, thank you! You can consider this issue closed. On Thu, 25 Aug 2022, 08:33 Rachelle Rathbone, ***@***.***> wrote: > Hey @elsewhat . We...
@danielgtaylor have been troubleshooting a bit more and attempted to investigate how Microsoft expects the authorization to be done against Azure AD. [Get access on behalf of user from docs.microsoft.com](https://docs.microsoft.com/en-us/graph/auth-v2-user#2-get-authorization)...
Awesome @danielgtaylor ! Tested version 0.6.0 and it's very close to working. However, it fails when parsing the successful authentication from Azure AD. The error is **panic: json: cannot unmarshal...
Same issue as https://github.com/usebruno/bruno/issues/1938 See also comment on merged pull request https://github.com/usebruno/bruno/pull/1701#issuecomment-2036755440
Also testing against Microsoft Azure AD / Entra Id and get a similar error with version 1.12.3 of Bruno `AADSTS900144: The request body must contain the following parameter: 'client_id'.` Likely...
Hi @daniel-white The following the schema definition used for this endpoint ``` MaterialNeed: type: object properties: materialId: type: string description: The material number there is a need for example: '741466'...