AnthonyDeroche / mod_authnz_jwt

An authentication module for Apache httpd using JSON Web Tokens
Other
79 stars 46 forks source link

multiple AuthJWTSignaturePublicKeyFile|s #73

Open uedvt359 opened 2 weeks ago

uedvt359 commented 2 weeks ago

We want to allow access to a web page from two different JWT Authorities. We tried to concatentate multiple public keys in a single AuthJWTSignaturePublicKeyFile (only the first is considered), and specifying AuthJWTSignaturePublicKeyFile multiple times (only the last is considered); neither works.

Is this possible?