Sebastian Iacomuzzi
Sebastian Iacomuzzi
@zinuga same here (https://github.com/grpc/grpc/issues/11427) thanks!
There are some fixes provided by @PiotrSikora in the latest versions of nginx (http://nginx.org/en/CHANGES): ``` Changes with nginx 1.13.2 27 Jun 2017 *) Feature: the "add_trailer" directive. Thanks to Piotr...
Great! Thank you! I have another one 😃 https://github.com/Sphereon-Opensource/did-auth-siop/blob/2954cd53967e763fe4ca28918f208732d2779403/src/main/AuthenticationResponse.ts#L224 The original nonce provided as part of the request (`verifiedJwt.payload.nonce`) is ignored there, so it's not included as part of the...
Thank you @nklomp! I just installed that branch in my webapp: ``` yarn add "github:Sphereon-Opensource/did-auth-siop#release/v2.0.0" ``` But it's looks like the build script is not executed: Am I missing something?
I was able to build it locally: ``` did-auth-siop % yarn build yarn run v1.22.10 $ run-p build:* $ tsc -p tsconfig.build.json $ node --loader ts-node/esm generator/schemaGenerator.ts (node:40683) ExperimentalWarning: --experimental-loader...
`@sphereon/[email protected]` isn't listed, should I use `@sphereon/[email protected]` instead? ``` yarn add @sphereon/[email protected] yarn add v1.22.10 [1/4] 🔍 Resolving packages... Couldn't find any versions for "@sphereon/did-auth-siop" that matches "0.2.14-unstable.2" ? Please...
nvm,` @sphereon/[email protected]` is listed now
It's working now, thank you for publishing it! I've started playing with this library and Microsoft Entra and these are the first differences I've found so far: 1. pex library...
> Regarding 1. I think this is an error in the interop profile example. The schema comes from Presentation Exchange v1 specification and it quite clearly should be a URI....
Thanks for both responses. I'll try with a plugin, also I'll work with a PR in order to add support for `response_mode=form_post`.