Hello, I am looking into implementing the <JWT FLO...
# talk-hydra
s
Hello, I am looking into implementing the JWT FLOW and while testing I figured out that you can't have different names for an issuer with
allow_any_subject: true
, like I can declare the same issuer name with different keys and
allow_subject: true
but if I change the name only the first "name" will work is this intended ? I can open a github issue with more details if needed it just looks odd as a behaviour to me but might be intended.