-
We have been using the Ruby library [`acme-client`](https://github.com/unixcharles/acme-client) happily in one of our CLI's to order Let's Encrypt certificates. This has worked very well for quite som…
-
When not providing a post_logout_uri at registration time, logout (without a post_redirect_uri parameter) fails with:
```
400 Bad Request
{"error": "server_error", "error_descriptio…
-
I've looked through the source code, and while the readme claims that it checks all *registered jwt claims*
There's nothing in the code that actually does that. the readme should be updated with th…
-
Current 521
Should be 512
-
### Version
* vert.x core: 3.7.0
* vert.x auth: 3.7.0
### Context
When discovering OpenID Connect options from `/.well-known/openid-configuration` Vert.x will read the `alg` attribute from t…
-
Add following to etc/portal/uPortal.properties under example signatureKey prop when uPortal is updated to 5.6.1:
```Properties
## Signature algorithm option, one of:
## HS256, HS384, HS512, …
bjagg updated
5 years ago
-
## Describe the issue
response_type=token+id_token returns blank page and "Supplied key (null) is not a RSAPrivateKey instance" error in oxauth logs
## Steps To Reproduce
Register openid client …
-
According to http://openid.net/specs/openid-connect-core-1_0.html#CodeIDToken, the at_hash claim contains _"the base64url encoding of the left-most half of the hash of the octets of the ASCII represen…
-
Once I went through the login form (user_pass.jinja2), with these information in RP logs:
````
2019-08-29 15:27:54,677 oidcrp:INFO client_setup: iss_id=flop, user=
2019-08-29 15:27:54,681 oidcrp.…
-
I have been twisting my head around this now for a while. I am unable to get an valid X509Certificate2 instance with an **exportable private key** using Certes.
Here is my code (taken from the docu…