-
### Steps to Reproduce
1. JWT provisioner `pki-admin` with a random password containing a `[`
2. On a windows client, in PowerShell:
```
step ca certificate --issuer=pki-admin --san=this.domain.co…
-
I cannot import an spsk private key (secp256k1) on azure key vault. The result is: `Error: The property "key" must be a valid JsonWebKey object.`
Any solution / workaround ?
tnks
![image](http…
-
currently to get the jwk keys from discovery URL(https://login.microsoftonline.com/tenentID/discovery/v2.0/keys). It creates default URLConnection and TLS.
How we can create customized TLS connection…
-
In the example in section 3.1.1. the issuer and the sub parameters should not be the same since the Wallet provider and the wallet instance are distinct entities. The private key in sole control of th…
-
### Environment
* PostgreSQL version: Docker bitnami/postgresql:13.8.0
* PostgREST version: Docker postgrest/postgrest:latest (v11.2.1)
* Operating system: Windows 10 Enterprise with Docker Deskt…
-
First, thanks a million for porting this to Couch 2. I don't know jack about erlang, and I can't get Couch 1.6 running on Debian Stretch, so without this I would have been stuck. Although it compile…
-
Thanks for great research, I found out conda env settings error while using scripts below.
```bash
conda env create -f environment.yaml
conda activate ldm
```
---
Error Log
```bash
(ldm) …
-
I'm not an elixir expert, so apologies if I'm understanding this issue incorrectly. When trying to upgrade jose to 1.11.9, there's an added spec to `verify_strict/3`:
https://github.com/potatosalad…
-
I would need to support "private_key_jwt" client authentication. Is it possible to get this added? Or get help to implement it.
Ideally there would be functionality to:
1) generate the client auth…
-
Just a question - as is the title. I'm looking for a generic implementation of openid-connect. Can the token verifier be configured for use with other oidc providers?
Thanks!