-
### Preflight checklist
- [X] I agree to follow this project's [Code of Conduct](https://github.com/dadrus/heimdall/blob/main/CODE_OF_CONDUCT.md).
- [X] I have read and am following this repositor…
-
**Is your feature request related to a problem? Please describe.**
In organizations with established authentication infrastructure it would be beneficial to have an ability to use external systems to…
-
v1.2.2
I have an INSERT custom check with (among other things) the following rule:
![image](https://user-images.githubusercontent.com/11194546/84436873-f9cdd500-abe8-11ea-8a0f-f23edf0bc424.png)
…
-
@wip-abramson Can we generate a bunch of key pairs for secp256k1 instead of the ed25519 curve? Just replace all the existing keys with secp versions.
-
I was sad to see that the closest thing currently available is the Keycloak provider however that mandates usage of a realm. Many OIDC providers providers, especially FOSS ones which you can self-host…
-
While README.md provides an overview of what a developer can do, it would be very helpful to have some stand-alone, immediately runnable/hackable examples people can start with.
An appropriately open…
-
In `org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService#decryptJwt` the value of the `kid` header is ignored, only the defaultDecryptionKeyId is used to lookup the key/decry…
-
Hi Neil,
I just read https://neilmadden.blog/2021/01/22/hybrid-encryption-and-the-kem-dem-paradigm/ while I was experimenting with using encrypted JWKs to secure data encryption keys to encrypt dat…
-
Right now the wallet builds the url to fetch the key to validate the sd-jwt from the `/.well-known/jwks` endpoint,
which is wrong for sd-jwt vc. The signature is OK because our servers have the same …
-
Below is a working example from Django Rest Framework:
```
REST_FRAMEWORK = {
'DEFAULT_RENDERER_CLASSES': [
'rest_framework.renderers.JSONRenderer',
],
'EXCEPTION_HANDLER…