GluuFederation / oxAuth

OAuth 2.0 server and client; OpenID Connect Provider (OP) & UMA Authorization Server (AS)
https://gluu.org/docs/ce
MIT License
421 stars 150 forks source link

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

Closed yuriyz closed 5 months ago

yuriyz commented 5 months ago

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

yuriyz commented 5 months ago

Fixed in https://github.com/GluuFederation/oxAuth/pull/1901