GluuFederation/oxAuth

fix(oxauth): OxElevenCryptoProvider should pass all jwks, not just first key

Closed this issue · 1 comments

Describe the issue

AbstractCryptoProvider.getJwksRequestParam is passing to OxElevenCryptoProvider only first key from jwks instead of all keys.

Expected behavior

All jwks has to be passed.

Actual behavior

Only first key is passed.

Support: 11763

Fixed in #1901